|
BroAddressAddressBytes Property |
Gets address bytes, in network order, of this
BroAddress.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public byte[] AddressBytes { get; }
Public ReadOnly Property AddressBytes As Byte()
Get
member AddressBytes : byte[] with get
/** @property */
public byte[] get_AddressBytes()
function get_AddressBytes();
Property Value
Type:
ByteRemarks
Returns bytes of the
addr value from the
bro_addr structure.
See Also