class Murcure::Ping::Request

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.cr

Constant 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

Instance Method Detail

def __format__ : IO::ByteFormat #

[View source]
def ident : UInt64 #

def ident=(ident : UInt64) #

def type : UInt32 #

def type=(type : UInt32) #