class Murcure::Ping::Request
- Murcure::Ping::Request
- BinData
- Reference
- Object
Overview
Width Data type Value Comment 4 bytes int 0 Denotes the request type 8 bytes long long ident Used to identify the reponse.
Defined in:
murcure/utils/ping.crConstant Summary
-
BIT_PARTS =
[] of Nil
-
Width Data type Value Comment 4 bytes int 0 Denotes the request type 8 bytes long long ident Used to identify the reponse.
-
INDEX =
[-1]
-
Width Data type Value Comment 4 bytes int 0 Denotes the request type 8 bytes long long ident Used to identify the reponse.
-
PARTS =
[{"basic", type, UInt32, nil, nil, nil}, {"basic", ident, UInt64, nil, nil, nil}] of Nil
-
Width Data type Value Comment 4 bytes int 0 Denotes the request type 8 bytes long long ident Used to identify the reponse.
Instance Method Summary
- #__format__ : IO::ByteFormat
- #ident : UInt64
- #ident=(ident : UInt64)
- #type : UInt32
- #type=(type : UInt32)