spicy NamespaceΒΆ
Namespace: spicy.
- class zlogging.enum.spicy.AddressFamily(*values)[source]
Bases:
IntFlagEnum:
spicy::AddressFamily.See also
- AddressFamily_IPv4 = 1
- AddressFamily_IPv6 = 2
- AddressFamily_Undef = 4
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.spicy.BitOrder(*values)[source]
Bases:
IntFlagEnum:
spicy::BitOrder.See also
- BitOrder_LSB0 = 1
- BitOrder_MSB0 = 2
- BitOrder_Undef = 4
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.spicy.ByteOrder(*values)[source]
Bases:
IntFlagEnum:
spicy::ByteOrder.See also
- ByteOrder_Little = 1
- ByteOrder_Big = 2
- ByteOrder_Network = 4
- ByteOrder_Host = 8
- ByteOrder_Undef = 16
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.spicy.Charset(*values)[source]
Bases:
IntFlagEnum:
spicy::Charset.See also
- Charset_ASCII = 1
- Charset_UTF8 = 2
- Charset_UTF16LE = 4
- Charset_UTF16BE = 8
- Charset_Undef = 16
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.spicy.DecodeErrorStrategy(*values)[source]
Bases:
IntFlagEnum:
spicy::DecodeErrorStrategy.See also
- DecodeErrorStrategy_IGNORE = 1
- DecodeErrorStrategy_REPLACE = 2
- DecodeErrorStrategy_STRICT = 4
- DecodeErrorStrategy_Undef = 8
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.spicy.Protocol(*values)[source]
Bases:
IntFlagEnum:
spicy::Protocol.See also
- Protocol_TCP = 1
- Protocol_UDP = 2
- Protocol_ICMP = 4
- Protocol_Undef = 8
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.spicy.RealType(*values)[source]
Bases:
IntFlagEnum:
spicy::RealType.See also
- RealType_IEEE754_Single = 1
- RealType_IEEE754_Double = 2
- RealType_Undef = 4
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.spicy.ReassemblerPolicy(*values)[source]
Bases:
IntFlagEnum:
spicy::ReassemblerPolicy.See also
- ReassemblerPolicy_First = 1
- ReassemblerPolicy_Undef = 2
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.spicy.Side(*values)[source]
Bases:
IntFlagEnum:
spicy::Side.See also
- Side_Left = 1
- Side_Right = 2
- Side_Both = 4
- Side_Undef = 8
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.spicy.Direction(*values)[source]
Bases:
IntFlagEnum:
spicy::Direction.See also
- Direction_Forward = 1
- Direction_Backward = 2
- Direction_Undef = 4
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None