Click or drag to resize
BroccoliSharp BroAddressAddressBytes Property
Gets address bytes, in network order, of this BroAddress.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public byte[] AddressBytes { get; }

Property Value

Type: Byte
Remarks
Returns bytes of the addr value from the bro_addr structure.
See Also