tres v0.1.0 Openflow.Multipart.Aggregate.Reply
Link to this section Summary
Link to this section Types
Link to this type
t()
t()
t() :: %Openflow.Multipart.Aggregate.Reply{
aux_id: 0..255,
byte_count: 0..18_446_744_073_709_551_615,
datapath_id: String.t() | nil,
flags: [],
flow_count: 0..4_294_967_295,
packet_count: 0..18_446_744_073_709_551_615,
version: 4,
xid: 0..4_294_967_295
}
t() :: %Openflow.Multipart.Aggregate.Reply{ aux_id: 0..255, byte_count: 0..18_446_744_073_709_551_615, datapath_id: String.t() | nil, flags: [], flow_count: 0..4_294_967_295, packet_count: 0..18_446_744_073_709_551_615, version: 4, xid: 0..4_294_967_295 }
Link to this section Functions
Link to this function
new(options \\ [])
new(options \\ [])
new(
xid: 0..4_294_967_295,
flags: [],
packet_count: 0..18_446_744_073_709_551_615,
byte_count: 0..18_446_744_073_709_551_615,
flow_count: 0..4_294_967_295
) :: t()
new( xid: 0..4_294_967_295, flags: [], packet_count: 0..18_446_744_073_709_551_615, byte_count: 0..18_446_744_073_709_551_615, flow_count: 0..4_294_967_295 ) :: t()
Link to this function
ofp_type()
ofp_type()
ofp_type() :: 19
ofp_type() :: 19
Link to this function
read(arg)
read(arg)
read(<<_::192>>) :: t()
read(<<_::192>>) :: t()
Link to this function
to_binary(aggregate)
to_binary(aggregate)
to_binary(t()) :: <<_::64, _::_*8>>
to_binary(t()) :: <<_::64, _::_*8>>