class NTLM::Authenticate::DomainLoc

Defined in:

messages/authenticate.cr

Constant Summary

ENDIAN = ["little"]
KLASS_NAME = [NTLM::Authenticate::DomainLoc]
PARTS = [{type: "basic", name: length, cls: UInt16, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: allocated, cls: UInt16, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: offset, cls: UInt32, onlyif: nil, verify: nil, value: nil}] of Nil
REMAINING = [] of Nil

Class Method Summary

Instance Method Summary

Class Method Detail

def self.bit_fields #

Instance Method Detail

def __format__ : IO::ByteFormat #

def allocated : UInt16 #

def allocated=(allocated : UInt16) #

def length : UInt16 #

def length=(length : UInt16) #

def offset : UInt32 #

def offset=(offset : UInt32) #

def parent #

Group fields might need access to data in the parent


[View source]
def parent=(parent : NTLM::Authenticate | Nil) #

Group fields might need access to data in the parent