class Eddy::Elements::E784
### Element Summary:
-
Id: 784
-
Name: Length of Binary
Data
-
Type: N0
-
Min/Max: 1/15
-
Description: The length in integral octets of the binary data
Public Class Methods
new(val: nil, req: nil, ref: nil)
click to toggle source
@param val [Integer] (nil) @param req [String] (nil) @param ref [String] (nil) @return [void]
Calls superclass method
Eddy::Models::Element::N::new
# File lib/definitions/elements/manual/784.length_of_binary_data.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "784" @name = "Length of Binary Data" @description = "The length in integral octets of the binary data" super( min: 1, max: 15, req: req, ref: ref, val: val, decimals: 0, ) end