BACnet

 view release on metacpan or  search on metacpan

lib/BACnet/DataTypes/Enums/PropertyIdentifier.pm  view on Meta::CPAN


use BACnet::DataTypes::Bone;

our $prop_types = {
    'Accepted-Modes'                => 175, # List of BACnetLifeSafetyMode
    'Acked-Transitions'             => 0,   # BACnetEventTransitionBits
    'Ack-Required'                  => 1,   # BACnetEventTransitionBits
    'Action'                        => 2,   # BACnetARRAY[N] of BACnetActionList
    'Adjust-Value'                  => 176, # REAL
    'All-Writes-Successful'         => 9,   # BOOLEAN
    'APDU-Timeout'                  => 11,  # Unsigned
    'Application-Software-Version'  => 12,  # CharacterString
    'Archive'                       => 13,  # BOOLEAN
    'Attempted-Samples'             => 124, # Unsigned
    'Average-Value'                 => 125, # REAL
    'Buffer-Size'                   => 126, # Unsigned32
    'Controlled-Variable-Reference' => 19,  # BACnetObjectPropertyReference
    'Controlled-Variable-Units'     => 20,  # BACnetEngineeringUnits
    'Controlled-Variable-Value'     => 21,  # REAL
    'Count'                         => 177, # Unsigned
    'Count-Before-Change'           => 178, # Unsigned

lib/BACnet/PDUTypes/Utils.pm  view on Meta::CPAN

    'Other'                         => 0,
    'BufferOverflow'                => 1,
    'InvalidAPDUInThisState'        => 2,
    'PreemptedByHigherPriorityTask' => 3,
    'SegmentationNotSupported'      => 4,
    'SecurityError'                 => 5,
    'InsufficientSecurity'          => 6,
    'WindowSizeOutOfRange'          => 7,
    'ApplicationExceededReplyTime'  => 8,
    'OutOfResources'                => 9,
    'TSMTimeout'                    => 10,
    'APDUTooLong'                   => 11,
};

our $abort_reason_rev = { reverse %$abort_reason };

sub _holder {
    return undef;
}

1;



( run in 0.672 second using v1.01-cache-2.11-cpan-bbdf54b448f )