Class CipBOOL.CipBOOL32
- java.lang.Object
- 
- com.automation_pros.odva.cip.data.BaseDataType<java.lang.Boolean>
- 
- com.automation_pros.odva.cip.data.CipBOOL
- 
- com.automation_pros.odva.cip.data.CipBOOL.CipBOOL32
 
 
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.automation_pros.odva.cip.data.CipBOOLCipBOOL.CipBOOL16, CipBOOL.CipBOOL32, CipBOOL.CipBOOL64
 
- 
 - 
Field Summary- 
Fields inherited from class com.automation_pros.odva.cip.data.CipBOOLstorageBits
 - 
Fields inherited from class com.automation_pros.odva.cip.data.BaseDataTypedimensions, memberOffsets, sLogger, variantContext, varyingDimension
 
- 
 - 
Constructor SummaryConstructors Constructor Description CipBOOL32(boolean state)CipBOOL32(int[] dimensions)CipBOOL32(PathSegment parentSeg, BoolHost parent, int bitnum)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcrcName()Obtain the name of this type as used for computing structure CRCs.DataDefinitionSeggetNestingDef()Return the element (not including array) type definition as a Path Segment, using the abbreviated form if a composite data type.- 
Methods inherited from class com.automation_pros.odva.cip.data.CipBOOLalignment, bytes, bytesEach, bytesImpl, copy, copyToImpl, copyToImpl, get, getSymbolType, intValue, leftShiftBytes, main, maxEach, minEach, nestedBytes, putAbbrevType, putPayload, putPayloadImpl, rightShiftBytes, set, setDimensions, setPayload, setPayloadImpl, singleToString, structCRCString, wrap
 - 
Methods inherited from class com.automation_pros.odva.cip.data.BaseDataTypebrowseInner, browseInnerImpl, checkDimensions, chkAbbrevType, concatIndices, conditionalSuffix, copyTo, CRC16, CRC16, CRC16, dim2linear, dim2linear, dim2qty, dim2suffix, dimensionToString, doubleValue, extendIntArray, fillIntArray, get, getCompleteDef, getDimensions, getMemberOffsets, getTypeCode, getVariantContext, getVaryingDimension, hasOffset, incIdx, intArray, linear2dim, linear2dim, longValue, makeInstance, nestedBytesEach, nestedBytesImpl, nestedPutPayload, nestedPutPayloadImpl, nestedSetPayload, nestedSetPayloadImpl, range2suffix, rawCRC16, set, setFromTokenImpl, setFromTokenizer, setFromTokenizerImpl, setFromTokenString, setInt, setLong, setMemberOffsets, setupTokenizer, setVariantContext, setVariantDimension, setVariantDimension, sliceTo, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
CipBOOL32public CipBOOL32(int[] dimensions) 
 - 
CipBOOL32public CipBOOL32(boolean state) 
 - 
CipBOOL32public CipBOOL32(PathSegment parentSeg, BoolHost parent, int bitnum) 
 
- 
 - 
Method Detail- 
getNestingDefpublic DataDefinitionSeg getNestingDef() Description copied from class:BaseDataTypeReturn the element (not including array) type definition as a Path Segment, using the abbreviated form if a composite data type.- Overrides:
- getNestingDefin class- CipBOOL
 
 - 
crcNamepublic java.lang.String crcName() Description copied from class:BaseDataTypeObtain the name of this type as used for computing structure CRCs. Can be different from the name(s) used by the CipPath parser.
 
- 
 
-