Source code for cfxdb.gen.log.IpVersion

# automatically generated by the FlatBuffers compiler, do not modify

# namespace: log


[docs] class IpVersion(object): # Unset IP version.
[docs] NONE = 0
# IP version 4.
[docs] IPV4 = 4
# IP version 6.
[docs] IPV6 = 6