Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkResponseCode ¶
type NetworkResponseCode byte
const ( Success NetworkResponseCode = 0x00 FailedConnection NetworkResponseCode = 0x01 Timeout NetworkResponseCode = 0x02 FormatError_Originator NetworkResponseCode = 0x03 StoreAndForward NetworkResponseCode = 0x04 UnsupportedTransaction NetworkResponseCode = 0x05 UnsupportedServiceProvider NetworkResponseCode = 0x06 FormatError_ServiceProvider NetworkResponseCode = 0x07 )
func (NetworkResponseCode) ByteConstants ¶
func (n NetworkResponseCode) ByteConstants() []ibyteconstant.IByteConstant
func (NetworkResponseCode) GetByte ¶
func (n NetworkResponseCode) GetByte() byte
Click to show internal directories.
Click to hide internal directories.