private/SnmpDataType.ps1

enum SnmpDataType {
    OctetString
    Integer32
    Gauge32
    Counter32
    Unsigned32
    TimeTicks
    IpAddress
}