server

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EnumNamesEnumServerState = map[EnumServerState]string{
	EnumServerStateRUNNING:            "RUNNING",
	EnumServerStateFAILED:             "FAILED",
	EnumServerStateNOCONFIGURATION:    "NOCONFIGURATION",
	EnumServerStateSUSPENDED:          "SUSPENDED",
	EnumServerStateSHUTDOWN:           "SHUTDOWN",
	EnumServerStateTEST:               "TEST",
	EnumServerStateCOMMUNICATIONFAULT: "COMMUNICATIONFAULT",
	EnumServerStateUNKNOWN:            "UNKNOWN",
	EnumServerStateMAX_ENUM_VALUE:     "MAX_ENUM_VALUE",
}
View Source
var EnumValuesEnumServerState = map[string]EnumServerState{
	"RUNNING":            EnumServerStateRUNNING,
	"FAILED":             EnumServerStateFAILED,
	"NOCONFIGURATION":    EnumServerStateNOCONFIGURATION,
	"SUSPENDED":          EnumServerStateSUSPENDED,
	"SHUTDOWN":           EnumServerStateSHUTDOWN,
	"TEST":               EnumServerStateTEST,
	"COMMUNICATIONFAULT": EnumServerStateCOMMUNICATIONFAULT,
	"UNKNOWN":            EnumServerStateUNKNOWN,
	"MAX_ENUM_VALUE":     EnumServerStateMAX_ENUM_VALUE,
}

Functions

func ArrayOfCertificateConfigTypeAddCertificateConfigArray added in v1.1.0

func ArrayOfCertificateConfigTypeAddCertificateConfigArray(builder *flatbuffers.Builder, certificateConfigArray flatbuffers.UOffsetT)

func ArrayOfCertificateConfigTypeEnd added in v1.1.0

func ArrayOfCertificateConfigTypeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func ArrayOfCertificateConfigTypeStart added in v1.1.0

func ArrayOfCertificateConfigTypeStart(builder *flatbuffers.Builder)

func ArrayOfCertificateConfigTypeStartCertificateConfigArrayVector added in v1.1.0

func ArrayOfCertificateConfigTypeStartCertificateConfigArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func ArrayOfObjectPoolDiagTypeAddObjectPoolDiagArray added in v1.1.0

func ArrayOfObjectPoolDiagTypeAddObjectPoolDiagArray(builder *flatbuffers.Builder, objectPoolDiagArray flatbuffers.UOffsetT)

func ArrayOfObjectPoolDiagTypeEnd added in v1.1.0

func ArrayOfObjectPoolDiagTypeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func ArrayOfObjectPoolDiagTypeStart added in v1.1.0

func ArrayOfObjectPoolDiagTypeStart(builder *flatbuffers.Builder)

func ArrayOfObjectPoolDiagTypeStartObjectPoolDiagArrayVector added in v1.1.0

func ArrayOfObjectPoolDiagTypeStartObjectPoolDiagArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func ArrayOfSecConfigTypeAddSecConfigArray added in v1.1.0

func ArrayOfSecConfigTypeAddSecConfigArray(builder *flatbuffers.Builder, secConfigArray flatbuffers.UOffsetT)

func ArrayOfSecConfigTypeEnd added in v1.1.0

func ArrayOfSecConfigTypeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func ArrayOfSecConfigTypeStart added in v1.1.0

func ArrayOfSecConfigTypeStart(builder *flatbuffers.Builder)

/ The endpoint security configurations of the OPC UA Server in an array / Each array element describes one security configuration of OPC UA Server endpoint

func ArrayOfSecConfigTypeStartSecConfigArrayVector added in v1.1.0

func ArrayOfSecConfigTypeStartSecConfigArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func ArrayOfUserTokenTypeAddUserTokenArray added in v1.1.0

func ArrayOfUserTokenTypeAddUserTokenArray(builder *flatbuffers.Builder, userTokenArray flatbuffers.UOffsetT)

func ArrayOfUserTokenTypeEnd added in v1.1.0

func ArrayOfUserTokenTypeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func ArrayOfUserTokenTypeStart added in v1.1.0

func ArrayOfUserTokenTypeStart(builder *flatbuffers.Builder)

/ The user token configuration of the OPC UA Server in an array

func ArrayOfUserTokenTypeStartUserTokenArrayVector added in v1.1.0

func ArrayOfUserTokenTypeStartUserTokenArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func BuildInfoTypeAddBuildDate added in v1.1.0

func BuildInfoTypeAddBuildDate(builder *flatbuffers.Builder, buildDate uint64)

func BuildInfoTypeAddBuildNumber added in v1.1.0

func BuildInfoTypeAddBuildNumber(builder *flatbuffers.Builder, buildNumber flatbuffers.UOffsetT)

func BuildInfoTypeAddManufacturerName added in v1.1.0

func BuildInfoTypeAddManufacturerName(builder *flatbuffers.Builder, manufacturerName flatbuffers.UOffsetT)

func BuildInfoTypeAddProductName added in v1.1.0

func BuildInfoTypeAddProductName(builder *flatbuffers.Builder, productName flatbuffers.UOffsetT)

func BuildInfoTypeAddProductUri added in v1.1.0

func BuildInfoTypeAddProductUri(builder *flatbuffers.Builder, productUri flatbuffers.UOffsetT)

func BuildInfoTypeAddSoftwareVersion added in v1.1.0

func BuildInfoTypeAddSoftwareVersion(builder *flatbuffers.Builder, softwareVersion flatbuffers.UOffsetT)

func BuildInfoTypeEnd added in v1.1.0

func BuildInfoTypeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func BuildInfoTypeStart added in v1.1.0

func BuildInfoTypeStart(builder *flatbuffers.Builder)

/ The software version of the OPC UA Server

func CertificateConfigTypeAddAlgorithm added in v1.1.0

func CertificateConfigTypeAddAlgorithm(builder *flatbuffers.Builder, algorithm flatbuffers.UOffsetT)

func CertificateConfigTypeAddCertificate added in v1.1.0

func CertificateConfigTypeAddCertificate(builder *flatbuffers.Builder, certificate flatbuffers.UOffsetT)

func CertificateConfigTypeAddCreate added in v1.1.0

func CertificateConfigTypeAddCreate(builder *flatbuffers.Builder, create bool)

func CertificateConfigTypeAddDaysValid added in v1.1.0

func CertificateConfigTypeAddDaysValid(builder *flatbuffers.Builder, daysValid uint32)

func CertificateConfigTypeAddIssuerIndex added in v1.1.0

func CertificateConfigTypeAddIssuerIndex(builder *flatbuffers.Builder, issuerIndex uint32)

func CertificateConfigTypeAddKey added in v1.1.0

func CertificateConfigTypeAddKey(builder *flatbuffers.Builder, key flatbuffers.UOffsetT)

func CertificateConfigTypeAddKeyLength added in v1.1.0

func CertificateConfigTypeAddKeyLength(builder *flatbuffers.Builder, keyLength uint32)

func CertificateConfigTypeAddKeyUsage added in v1.1.0

func CertificateConfigTypeAddKeyUsage(builder *flatbuffers.Builder, keyUsage flatbuffers.UOffsetT)

func CertificateConfigTypeAddStore added in v1.1.0

func CertificateConfigTypeAddStore(builder *flatbuffers.Builder, store uint32)

func CertificateConfigTypeEnd added in v1.1.0

func CertificateConfigTypeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func CertificateConfigTypeStart added in v1.1.0

func CertificateConfigTypeStart(builder *flatbuffers.Builder)

func HeapDiagTypeAddMaxUsedMemory added in v1.1.0

func HeapDiagTypeAddMaxUsedMemory(builder *flatbuffers.Builder, maxUsedMemory uint32)

func HeapDiagTypeAddUsedMemory added in v1.1.0

func HeapDiagTypeAddUsedMemory(builder *flatbuffers.Builder, usedMemory uint32)

func HeapDiagTypeEnd added in v1.1.0

func HeapDiagTypeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func HeapDiagTypeStart added in v1.1.0

func HeapDiagTypeStart(builder *flatbuffers.Builder)

func IndexTypeAddIndex

func IndexTypeAddIndex(builder *flatbuffers.Builder, index uint32)

func IndexTypeEnd

func IndexTypeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func IndexTypeStart

func IndexTypeStart(builder *flatbuffers.Builder)

func ObjectPoolDiagTypeAddMaxUsedObjects added in v1.1.0

func ObjectPoolDiagTypeAddMaxUsedObjects(builder *flatbuffers.Builder, maxUsedObjects uint32)

func ObjectPoolDiagTypeAddName added in v1.1.0

func ObjectPoolDiagTypeAddName(builder *flatbuffers.Builder, name flatbuffers.UOffsetT)

func ObjectPoolDiagTypeAddNumObjects added in v1.1.0

func ObjectPoolDiagTypeAddNumObjects(builder *flatbuffers.Builder, numObjects uint32)

func ObjectPoolDiagTypeAddUsedObjects added in v1.1.0

func ObjectPoolDiagTypeAddUsedObjects(builder *flatbuffers.Builder, usedObjects uint32)

func ObjectPoolDiagTypeEnd added in v1.1.0

func ObjectPoolDiagTypeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func ObjectPoolDiagTypeStart added in v1.1.0

func ObjectPoolDiagTypeStart(builder *flatbuffers.Builder)

func Sample1TypeMainAddA1

func Sample1TypeMainAddA1(builder *flatbuffers.Builder, a1 flatbuffers.UOffsetT)

func Sample1TypeMainAddA2

func Sample1TypeMainAddA2(builder *flatbuffers.Builder, a2 uint32)

func Sample1TypeMainAddA3

func Sample1TypeMainAddA3(builder *flatbuffers.Builder, a3 flatbuffers.UOffsetT)

func Sample1TypeMainAddA4

func Sample1TypeMainAddA4(builder *flatbuffers.Builder, a4 flatbuffers.UOffsetT)

func Sample1TypeMainAddA5

func Sample1TypeMainAddA5(builder *flatbuffers.Builder, a5 uint32)

func Sample1TypeMainAddA6

func Sample1TypeMainAddA6(builder *flatbuffers.Builder, a6 flatbuffers.UOffsetT)

func Sample1TypeMainEnd

func Sample1TypeMainEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func Sample1TypeMainStart

func Sample1TypeMainStart(builder *flatbuffers.Builder)

func Sample1TypeMainStartA4Vector

func Sample1TypeMainStartA4Vector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func Sample1TypeSub1SubAddB1

func Sample1TypeSub1SubAddB1(builder *flatbuffers.Builder, b1 int32)

func Sample1TypeSub1SubAddB2

func Sample1TypeSub1SubAddB2(builder *flatbuffers.Builder, b2 flatbuffers.UOffsetT)

func Sample1TypeSub1SubEnd

func Sample1TypeSub1SubEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func Sample1TypeSub1SubStart

func Sample1TypeSub1SubStart(builder *flatbuffers.Builder)

func Sample1TypeSub1SubStartB2Vector

func Sample1TypeSub1SubStartB2Vector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func Sample1TypeSub2SubAddC1

func Sample1TypeSub2SubAddC1(builder *flatbuffers.Builder, c1 flatbuffers.UOffsetT)

func Sample1TypeSub2SubAddC2

func Sample1TypeSub2SubAddC2(builder *flatbuffers.Builder, c2 flatbuffers.UOffsetT)

func Sample1TypeSub2SubEnd

func Sample1TypeSub2SubEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func Sample1TypeSub2SubStart

func Sample1TypeSub2SubStart(builder *flatbuffers.Builder)

func Sample1TypeSub2SubStartC2Vector

func Sample1TypeSub2SubStartC2Vector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func Sample1TypeSub3SubAddD1

func Sample1TypeSub3SubAddD1(builder *flatbuffers.Builder, d1 int32)

func Sample1TypeSub3SubAddD2

func Sample1TypeSub3SubAddD2(builder *flatbuffers.Builder, d2 flatbuffers.UOffsetT)

func Sample1TypeSub3SubEnd

func Sample1TypeSub3SubEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func Sample1TypeSub3SubStart

func Sample1TypeSub3SubStart(builder *flatbuffers.Builder)

func Sample1TypeSub3SubStartD2Vector

func Sample1TypeSub3SubStartD2Vector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeAddAValueBool

func SampleTypeAddAValueBool(builder *flatbuffers.Builder, aValueBool bool)

func SampleTypeAddAValueBoolArray

func SampleTypeAddAValueBoolArray(builder *flatbuffers.Builder, aValueBoolArray flatbuffers.UOffsetT)

func SampleTypeAddBValueShort

func SampleTypeAddBValueShort(builder *flatbuffers.Builder, bValueShort int16)

func SampleTypeAddBValueShortArray

func SampleTypeAddBValueShortArray(builder *flatbuffers.Builder, bValueShortArray flatbuffers.UOffsetT)

func SampleTypeAddCValueUshort

func SampleTypeAddCValueUshort(builder *flatbuffers.Builder, cValueUshort uint16)

func SampleTypeAddCValueUshortArray

func SampleTypeAddCValueUshortArray(builder *flatbuffers.Builder, cValueUshortArray flatbuffers.UOffsetT)

func SampleTypeAddDValueInt

func SampleTypeAddDValueInt(builder *flatbuffers.Builder, dValueInt int32)

func SampleTypeAddDValueIntArray

func SampleTypeAddDValueIntArray(builder *flatbuffers.Builder, dValueIntArray flatbuffers.UOffsetT)

func SampleTypeAddEValueUint

func SampleTypeAddEValueUint(builder *flatbuffers.Builder, eValueUint uint32)

func SampleTypeAddEValueUintArray

func SampleTypeAddEValueUintArray(builder *flatbuffers.Builder, eValueUintArray flatbuffers.UOffsetT)

func SampleTypeAddFValueFloat

func SampleTypeAddFValueFloat(builder *flatbuffers.Builder, fValueFloat float32)

func SampleTypeAddFValueFloatArray

func SampleTypeAddFValueFloatArray(builder *flatbuffers.Builder, fValueFloatArray flatbuffers.UOffsetT)

func SampleTypeAddGValueLong

func SampleTypeAddGValueLong(builder *flatbuffers.Builder, gValueLong int64)

func SampleTypeAddGValueLongArray

func SampleTypeAddGValueLongArray(builder *flatbuffers.Builder, gValueLongArray flatbuffers.UOffsetT)

func SampleTypeAddHValueUlong

func SampleTypeAddHValueUlong(builder *flatbuffers.Builder, hValueUlong uint64)

func SampleTypeAddHValueUlongArray

func SampleTypeAddHValueUlongArray(builder *flatbuffers.Builder, hValueUlongArray flatbuffers.UOffsetT)

func SampleTypeAddIValueDouble

func SampleTypeAddIValueDouble(builder *flatbuffers.Builder, iValueDouble float64)

func SampleTypeAddIValueDoubleArray

func SampleTypeAddIValueDoubleArray(builder *flatbuffers.Builder, iValueDoubleArray flatbuffers.UOffsetT)

func SampleTypeAddJValueString

func SampleTypeAddJValueString(builder *flatbuffers.Builder, jValueString flatbuffers.UOffsetT)

func SampleTypeAddJValueStringArray

func SampleTypeAddJValueStringArray(builder *flatbuffers.Builder, jValueStringArray flatbuffers.UOffsetT)

func SampleTypeEnd

func SampleTypeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func SampleTypeStart

func SampleTypeStart(builder *flatbuffers.Builder)

func SampleTypeStartAValueBoolArrayVector

func SampleTypeStartAValueBoolArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeStartBValueShortArrayVector

func SampleTypeStartBValueShortArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeStartCValueUshortArrayVector

func SampleTypeStartCValueUshortArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeStartDValueIntArrayVector

func SampleTypeStartDValueIntArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeStartEValueUintArrayVector

func SampleTypeStartEValueUintArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeStartFValueFloatArrayVector

func SampleTypeStartFValueFloatArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeStartGValueLongArrayVector

func SampleTypeStartGValueLongArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeStartHValueUlongArrayVector

func SampleTypeStartHValueUlongArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeStartIValueDoubleArrayVector

func SampleTypeStartIValueDoubleArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeStartJValueStringArrayVector

func SampleTypeStartJValueStringArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeSub2AddSimpleData

func SampleTypeSub2AddSimpleData(builder *flatbuffers.Builder, simpleData flatbuffers.UOffsetT)

func SampleTypeSub2AddSimpleData2

func SampleTypeSub2AddSimpleData2(builder *flatbuffers.Builder, simpleData2 uint32)

func SampleTypeSub2AddSubStruct

func SampleTypeSub2AddSubStruct(builder *flatbuffers.Builder, subStruct flatbuffers.UOffsetT)

func SampleTypeSub2End

func SampleTypeSub2End(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func SampleTypeSub2Start

func SampleTypeSub2Start(builder *flatbuffers.Builder)

func SampleTypeSub2SubAddAValueBool

func SampleTypeSub2SubAddAValueBool(builder *flatbuffers.Builder, aValueBool bool)

func SampleTypeSub2SubAddAValueBoolArray

func SampleTypeSub2SubAddAValueBoolArray(builder *flatbuffers.Builder, aValueBoolArray flatbuffers.UOffsetT)

func SampleTypeSub2SubAddBValueShort

func SampleTypeSub2SubAddBValueShort(builder *flatbuffers.Builder, bValueShort int16)

func SampleTypeSub2SubAddBValueShortArray

func SampleTypeSub2SubAddBValueShortArray(builder *flatbuffers.Builder, bValueShortArray flatbuffers.UOffsetT)

func SampleTypeSub2SubAddCValueUshort

func SampleTypeSub2SubAddCValueUshort(builder *flatbuffers.Builder, cValueUshort uint16)

func SampleTypeSub2SubAddCValueUshortArray

func SampleTypeSub2SubAddCValueUshortArray(builder *flatbuffers.Builder, cValueUshortArray flatbuffers.UOffsetT)

func SampleTypeSub2SubAddDValueInt

func SampleTypeSub2SubAddDValueInt(builder *flatbuffers.Builder, dValueInt int32)

func SampleTypeSub2SubAddDValueIntArray

func SampleTypeSub2SubAddDValueIntArray(builder *flatbuffers.Builder, dValueIntArray flatbuffers.UOffsetT)

func SampleTypeSub2SubAddEValueUint

func SampleTypeSub2SubAddEValueUint(builder *flatbuffers.Builder, eValueUint uint32)

func SampleTypeSub2SubAddEValueUintArray

func SampleTypeSub2SubAddEValueUintArray(builder *flatbuffers.Builder, eValueUintArray flatbuffers.UOffsetT)

func SampleTypeSub2SubAddFValueFloat

func SampleTypeSub2SubAddFValueFloat(builder *flatbuffers.Builder, fValueFloat float32)

func SampleTypeSub2SubAddFValueFloatArray

func SampleTypeSub2SubAddFValueFloatArray(builder *flatbuffers.Builder, fValueFloatArray flatbuffers.UOffsetT)

func SampleTypeSub2SubAddGValueLong

func SampleTypeSub2SubAddGValueLong(builder *flatbuffers.Builder, gValueLong int64)

func SampleTypeSub2SubAddGValueLongArray

func SampleTypeSub2SubAddGValueLongArray(builder *flatbuffers.Builder, gValueLongArray flatbuffers.UOffsetT)

func SampleTypeSub2SubAddHValueUlong

func SampleTypeSub2SubAddHValueUlong(builder *flatbuffers.Builder, hValueUlong uint64)

func SampleTypeSub2SubAddHValueUlongArray

func SampleTypeSub2SubAddHValueUlongArray(builder *flatbuffers.Builder, hValueUlongArray flatbuffers.UOffsetT)

func SampleTypeSub2SubAddIValueDouble

func SampleTypeSub2SubAddIValueDouble(builder *flatbuffers.Builder, iValueDouble float64)

func SampleTypeSub2SubAddIValueDoubleArray

func SampleTypeSub2SubAddIValueDoubleArray(builder *flatbuffers.Builder, iValueDoubleArray flatbuffers.UOffsetT)

func SampleTypeSub2SubAddJValueString

func SampleTypeSub2SubAddJValueString(builder *flatbuffers.Builder, jValueString flatbuffers.UOffsetT)

func SampleTypeSub2SubAddJValueStringArray

func SampleTypeSub2SubAddJValueStringArray(builder *flatbuffers.Builder, jValueStringArray flatbuffers.UOffsetT)

func SampleTypeSub2SubEnd

func SampleTypeSub2SubEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func SampleTypeSub2SubStart

func SampleTypeSub2SubStart(builder *flatbuffers.Builder)

func SampleTypeSub2SubStartAValueBoolArrayVector

func SampleTypeSub2SubStartAValueBoolArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeSub2SubStartBValueShortArrayVector

func SampleTypeSub2SubStartBValueShortArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeSub2SubStartCValueUshortArrayVector

func SampleTypeSub2SubStartCValueUshortArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeSub2SubStartDValueIntArrayVector

func SampleTypeSub2SubStartDValueIntArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeSub2SubStartEValueUintArrayVector

func SampleTypeSub2SubStartEValueUintArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeSub2SubStartFValueFloatArrayVector

func SampleTypeSub2SubStartFValueFloatArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeSub2SubStartGValueLongArrayVector

func SampleTypeSub2SubStartGValueLongArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeSub2SubStartHValueUlongArrayVector

func SampleTypeSub2SubStartHValueUlongArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeSub2SubStartIValueDoubleArrayVector

func SampleTypeSub2SubStartIValueDoubleArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SampleTypeSub2SubStartJValueStringArrayVector

func SampleTypeSub2SubStartJValueStringArrayVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SecConfigTypeAddModeNone added in v1.1.0

func SecConfigTypeAddModeNone(builder *flatbuffers.Builder, modeNone bool)

func SecConfigTypeAddModeSign added in v1.1.0

func SecConfigTypeAddModeSign(builder *flatbuffers.Builder, modeSign bool)

func SecConfigTypeAddModeSignAndEncrypt added in v1.1.0

func SecConfigTypeAddModeSignAndEncrypt(builder *flatbuffers.Builder, modeSignAndEncrypt bool)

func SecConfigTypeAddPolicyId added in v1.1.0

func SecConfigTypeAddPolicyId(builder *flatbuffers.Builder, policyId uint32)

func SecConfigTypeEnd added in v1.1.0

func SecConfigTypeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func SecConfigTypeStart added in v1.1.0

func SecConfigTypeStart(builder *flatbuffers.Builder)

func SechanConfigTypeAddModeNone

func SechanConfigTypeAddModeNone(builder *flatbuffers.Builder, modeNone bool)

func SechanConfigTypeAddModeSign

func SechanConfigTypeAddModeSign(builder *flatbuffers.Builder, modeSign bool)

func SechanConfigTypeAddModeSignAndEncrypt

func SechanConfigTypeAddModeSignAndEncrypt(builder *flatbuffers.Builder, modeSignAndEncrypt bool)

func SechanConfigTypeAddPolicyId

func SechanConfigTypeAddPolicyId(builder *flatbuffers.Builder, policyId uint32)

func SechanConfigTypeEnd

func SechanConfigTypeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func SechanConfigTypeStart

func SechanConfigTypeStart(builder *flatbuffers.Builder)

func ServerDiagnosticsSummaryTypeAddCumulatedSessionCount added in v1.1.0

func ServerDiagnosticsSummaryTypeAddCumulatedSessionCount(builder *flatbuffers.Builder, cumulatedSessionCount uint32)

func ServerDiagnosticsSummaryTypeAddCumulatedSubscriptionCount added in v1.1.0

func ServerDiagnosticsSummaryTypeAddCumulatedSubscriptionCount(builder *flatbuffers.Builder, cumulatedSubscriptionCount uint32)

func ServerDiagnosticsSummaryTypeAddCurrentSessonCount added in v1.1.0

func ServerDiagnosticsSummaryTypeAddCurrentSessonCount(builder *flatbuffers.Builder, currentSessonCount uint32)

func ServerDiagnosticsSummaryTypeAddCurrentSubscriptionCount added in v1.1.0

func ServerDiagnosticsSummaryTypeAddCurrentSubscriptionCount(builder *flatbuffers.Builder, currentSubscriptionCount uint32)

func ServerDiagnosticsSummaryTypeAddPublishingIntervalCount added in v1.1.0

func ServerDiagnosticsSummaryTypeAddPublishingIntervalCount(builder *flatbuffers.Builder, publishingIntervalCount uint32)

func ServerDiagnosticsSummaryTypeAddRejectedRequestsCount added in v1.1.0

func ServerDiagnosticsSummaryTypeAddRejectedRequestsCount(builder *flatbuffers.Builder, rejectedRequestsCount uint32)

func ServerDiagnosticsSummaryTypeAddRejectedSessionCount added in v1.1.0

func ServerDiagnosticsSummaryTypeAddRejectedSessionCount(builder *flatbuffers.Builder, rejectedSessionCount uint32)

func ServerDiagnosticsSummaryTypeAddSecurityRejectedRequestsCount added in v1.1.0

func ServerDiagnosticsSummaryTypeAddSecurityRejectedRequestsCount(builder *flatbuffers.Builder, securityRejectedRequestsCount uint32)

func ServerDiagnosticsSummaryTypeAddSecurityRejectedSessionCount added in v1.1.0

func ServerDiagnosticsSummaryTypeAddSecurityRejectedSessionCount(builder *flatbuffers.Builder, securityRejectedSessionCount uint32)

func ServerDiagnosticsSummaryTypeAddServerViewCount added in v1.1.0

func ServerDiagnosticsSummaryTypeAddServerViewCount(builder *flatbuffers.Builder, serverViewCount uint32)

func ServerDiagnosticsSummaryTypeAddSessionAbortCount added in v1.1.0

func ServerDiagnosticsSummaryTypeAddSessionAbortCount(builder *flatbuffers.Builder, sessionAbortCount uint32)

func ServerDiagnosticsSummaryTypeAddSessionTimeoutCount added in v1.1.0

func ServerDiagnosticsSummaryTypeAddSessionTimeoutCount(builder *flatbuffers.Builder, sessionTimeoutCount uint32)

func ServerDiagnosticsSummaryTypeEnd added in v1.1.0

func ServerDiagnosticsSummaryTypeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func ServerDiagnosticsSummaryTypeStart added in v1.1.0

func ServerDiagnosticsSummaryTypeStart(builder *flatbuffers.Builder)

func ServerStateTypeAddState added in v1.1.0

func ServerStateTypeAddState(builder *flatbuffers.Builder, state EnumServerState)

func ServerStateTypeEnd added in v1.1.0

func ServerStateTypeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func ServerStateTypeStart added in v1.1.0

func ServerStateTypeStart(builder *flatbuffers.Builder)

func ServerStatusTypeAddBuildInfo added in v1.1.0

func ServerStatusTypeAddBuildInfo(builder *flatbuffers.Builder, buildInfo flatbuffers.UOffsetT)

func ServerStatusTypeAddCurrentTime added in v1.1.0

func ServerStatusTypeAddCurrentTime(builder *flatbuffers.Builder, currentTime uint32)

func ServerStatusTypeAddSecondsTillShutdown added in v1.1.0

func ServerStatusTypeAddSecondsTillShutdown(builder *flatbuffers.Builder, secondsTillShutdown uint32)

func ServerStatusTypeAddShutdownReason added in v1.1.0

func ServerStatusTypeAddShutdownReason(builder *flatbuffers.Builder, shutdownReason flatbuffers.UOffsetT)

func ServerStatusTypeAddStartTime added in v1.1.0

func ServerStatusTypeAddStartTime(builder *flatbuffers.Builder, startTime uint32)

func ServerStatusTypeAddState added in v1.1.0

func ServerStatusTypeAddState(builder *flatbuffers.Builder, state EnumServerState)

func ServerStatusTypeEnd added in v1.1.0

func ServerStatusTypeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func ServerStatusTypeStart added in v1.1.0

func ServerStatusTypeStart(builder *flatbuffers.Builder)

func UserTokenTypeAddPolicyId

func UserTokenTypeAddPolicyId(builder *flatbuffers.Builder, policyId uint32)

func UserTokenTypeAddType

func UserTokenTypeAddType(builder *flatbuffers.Builder, type_ uint32)

func UserTokenTypeEnd

func UserTokenTypeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func UserTokenTypeStart

func UserTokenTypeStart(builder *flatbuffers.Builder)

Types

type ArrayOfCertificateConfigType added in v1.1.0

type ArrayOfCertificateConfigType struct {
	// contains filtered or unexported fields
}

func GetRootAsArrayOfCertificateConfigType added in v1.1.0

func GetRootAsArrayOfCertificateConfigType(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfCertificateConfigType

func GetSizePrefixedRootAsArrayOfCertificateConfigType added in v1.1.0

func GetSizePrefixedRootAsArrayOfCertificateConfigType(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfCertificateConfigType

func (*ArrayOfCertificateConfigType) CertificateConfigArray added in v1.1.0

func (rcv *ArrayOfCertificateConfigType) CertificateConfigArray(obj *CertificateConfigType, j int) bool

func (*ArrayOfCertificateConfigType) CertificateConfigArrayLength added in v1.1.0

func (rcv *ArrayOfCertificateConfigType) CertificateConfigArrayLength() int

func (*ArrayOfCertificateConfigType) Init added in v1.1.0

func (*ArrayOfCertificateConfigType) Table added in v1.1.0

func (*ArrayOfCertificateConfigType) UnPack added in v1.1.0

func (*ArrayOfCertificateConfigType) UnPackTo added in v1.1.0

type ArrayOfCertificateConfigTypeT added in v1.1.0

type ArrayOfCertificateConfigTypeT struct {
	CertificateConfigArray []*CertificateConfigTypeT
}

func (*ArrayOfCertificateConfigTypeT) Pack added in v1.1.0

type ArrayOfObjectPoolDiagType added in v1.1.0

type ArrayOfObjectPoolDiagType struct {
	// contains filtered or unexported fields
}

func GetRootAsArrayOfObjectPoolDiagType added in v1.1.0

func GetRootAsArrayOfObjectPoolDiagType(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfObjectPoolDiagType

func GetSizePrefixedRootAsArrayOfObjectPoolDiagType added in v1.1.0

func GetSizePrefixedRootAsArrayOfObjectPoolDiagType(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfObjectPoolDiagType

func (*ArrayOfObjectPoolDiagType) Init added in v1.1.0

func (rcv *ArrayOfObjectPoolDiagType) Init(buf []byte, i flatbuffers.UOffsetT)

func (*ArrayOfObjectPoolDiagType) ObjectPoolDiagArray added in v1.1.0

func (rcv *ArrayOfObjectPoolDiagType) ObjectPoolDiagArray(obj *ObjectPoolDiagType, j int) bool

func (*ArrayOfObjectPoolDiagType) ObjectPoolDiagArrayLength added in v1.1.0

func (rcv *ArrayOfObjectPoolDiagType) ObjectPoolDiagArrayLength() int

func (*ArrayOfObjectPoolDiagType) Table added in v1.1.0

func (*ArrayOfObjectPoolDiagType) UnPack added in v1.1.0

func (*ArrayOfObjectPoolDiagType) UnPackTo added in v1.1.0

type ArrayOfObjectPoolDiagTypeT added in v1.1.0

type ArrayOfObjectPoolDiagTypeT struct {
	ObjectPoolDiagArray []*ObjectPoolDiagTypeT
}

func (*ArrayOfObjectPoolDiagTypeT) Pack added in v1.1.0

type ArrayOfSecConfigType added in v1.1.0

type ArrayOfSecConfigType struct {
	// contains filtered or unexported fields
}

func GetRootAsArrayOfSecConfigType added in v1.1.0

func GetRootAsArrayOfSecConfigType(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfSecConfigType

func GetSizePrefixedRootAsArrayOfSecConfigType added in v1.1.0

func GetSizePrefixedRootAsArrayOfSecConfigType(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfSecConfigType

func (*ArrayOfSecConfigType) Init added in v1.1.0

func (rcv *ArrayOfSecConfigType) Init(buf []byte, i flatbuffers.UOffsetT)

func (*ArrayOfSecConfigType) SecConfigArray added in v1.1.0

func (rcv *ArrayOfSecConfigType) SecConfigArray(obj *SecConfigType, j int) bool

/ The endpoint security configurations of the OPC UA Server in an array / Each array element describes one security configuration of OPC UA Server endpoint

func (*ArrayOfSecConfigType) SecConfigArrayLength added in v1.1.0

func (rcv *ArrayOfSecConfigType) SecConfigArrayLength() int

func (*ArrayOfSecConfigType) Table added in v1.1.0

func (rcv *ArrayOfSecConfigType) Table() flatbuffers.Table

func (*ArrayOfSecConfigType) UnPack added in v1.1.0

func (*ArrayOfSecConfigType) UnPackTo added in v1.1.0

func (rcv *ArrayOfSecConfigType) UnPackTo(t *ArrayOfSecConfigTypeT)

type ArrayOfSecConfigTypeT added in v1.1.0

type ArrayOfSecConfigTypeT struct {
	SecConfigArray []*SecConfigTypeT
}

func (*ArrayOfSecConfigTypeT) Pack added in v1.1.0

type ArrayOfUserTokenType added in v1.1.0

type ArrayOfUserTokenType struct {
	// contains filtered or unexported fields
}

func GetRootAsArrayOfUserTokenType added in v1.1.0

func GetRootAsArrayOfUserTokenType(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfUserTokenType

func GetSizePrefixedRootAsArrayOfUserTokenType added in v1.1.0

func GetSizePrefixedRootAsArrayOfUserTokenType(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfUserTokenType

func (*ArrayOfUserTokenType) Init added in v1.1.0

func (rcv *ArrayOfUserTokenType) Init(buf []byte, i flatbuffers.UOffsetT)

func (*ArrayOfUserTokenType) Table added in v1.1.0

func (rcv *ArrayOfUserTokenType) Table() flatbuffers.Table

func (*ArrayOfUserTokenType) UnPack added in v1.1.0

func (*ArrayOfUserTokenType) UnPackTo added in v1.1.0

func (rcv *ArrayOfUserTokenType) UnPackTo(t *ArrayOfUserTokenTypeT)

func (*ArrayOfUserTokenType) UserTokenArray added in v1.1.0

func (rcv *ArrayOfUserTokenType) UserTokenArray(obj *UserTokenType, j int) bool

/ The user token configuration of the OPC UA Server in an array

func (*ArrayOfUserTokenType) UserTokenArrayLength added in v1.1.0

func (rcv *ArrayOfUserTokenType) UserTokenArrayLength() int

type ArrayOfUserTokenTypeT added in v1.1.0

type ArrayOfUserTokenTypeT struct {
	UserTokenArray []*UserTokenTypeT
}

func (*ArrayOfUserTokenTypeT) Pack added in v1.1.0

type BuildInfoType added in v1.1.0

type BuildInfoType struct {
	// contains filtered or unexported fields
}

func GetRootAsBuildInfoType added in v1.1.0

func GetRootAsBuildInfoType(buf []byte, offset flatbuffers.UOffsetT) *BuildInfoType

func GetSizePrefixedRootAsBuildInfoType added in v1.1.0

func GetSizePrefixedRootAsBuildInfoType(buf []byte, offset flatbuffers.UOffsetT) *BuildInfoType

func (*BuildInfoType) BuildDate added in v1.1.0

func (rcv *BuildInfoType) BuildDate() uint64

/ The build date of the OPC UA Server

func (*BuildInfoType) BuildNumber added in v1.1.0

func (rcv *BuildInfoType) BuildNumber() []byte

/ The build number of the OPC UA Server

func (*BuildInfoType) Init added in v1.1.0

func (rcv *BuildInfoType) Init(buf []byte, i flatbuffers.UOffsetT)

func (*BuildInfoType) ManufacturerName added in v1.1.0

func (rcv *BuildInfoType) ManufacturerName() []byte

/ The build number of the OPC UA Server / The manufacturer name of the OPC UA Server

func (*BuildInfoType) MutateBuildDate added in v1.1.0

func (rcv *BuildInfoType) MutateBuildDate(n uint64) bool

/ The build date of the OPC UA Server

func (*BuildInfoType) ProductName added in v1.1.0

func (rcv *BuildInfoType) ProductName() []byte

/ The manufacturer name of the OPC UA Server / The product name of the OPC UA Server

func (*BuildInfoType) ProductUri added in v1.1.0

func (rcv *BuildInfoType) ProductUri() []byte

/ The product name of the OPC UA Server / The product uri of the OPC UA Server

func (*BuildInfoType) SoftwareVersion added in v1.1.0

func (rcv *BuildInfoType) SoftwareVersion() []byte

/ The product uri of the OPC UA Server / The software version of the OPC UA Server

func (*BuildInfoType) Table added in v1.1.0

func (rcv *BuildInfoType) Table() flatbuffers.Table

func (*BuildInfoType) UnPack added in v1.1.0

func (rcv *BuildInfoType) UnPack() *BuildInfoTypeT

func (*BuildInfoType) UnPackTo added in v1.1.0

func (rcv *BuildInfoType) UnPackTo(t *BuildInfoTypeT)

type BuildInfoTypeT added in v1.1.0

type BuildInfoTypeT struct {
	BuildDate        uint64
	BuildNumber      string
	ManufacturerName string
	ProductName      string
	ProductUri       string
	SoftwareVersion  string
}

func (*BuildInfoTypeT) Pack added in v1.1.0

type CertificateConfigType added in v1.1.0

type CertificateConfigType struct {
	// contains filtered or unexported fields
}

func GetRootAsCertificateConfigType added in v1.1.0

func GetRootAsCertificateConfigType(buf []byte, offset flatbuffers.UOffsetT) *CertificateConfigType

func GetSizePrefixedRootAsCertificateConfigType added in v1.1.0

func GetSizePrefixedRootAsCertificateConfigType(buf []byte, offset flatbuffers.UOffsetT) *CertificateConfigType

func (*CertificateConfigType) Algorithm added in v1.1.0

func (rcv *CertificateConfigType) Algorithm() []byte

func (*CertificateConfigType) Certificate added in v1.1.0

func (rcv *CertificateConfigType) Certificate() []byte

func (*CertificateConfigType) Create added in v1.1.0

func (rcv *CertificateConfigType) Create() bool

func (*CertificateConfigType) DaysValid added in v1.1.0

func (rcv *CertificateConfigType) DaysValid() uint32

func (*CertificateConfigType) Init added in v1.1.0

func (rcv *CertificateConfigType) Init(buf []byte, i flatbuffers.UOffsetT)

func (*CertificateConfigType) IssuerIndex added in v1.1.0

func (rcv *CertificateConfigType) IssuerIndex() uint32

func (*CertificateConfigType) Key added in v1.1.0

func (rcv *CertificateConfigType) Key() []byte

func (*CertificateConfigType) KeyLength added in v1.1.0

func (rcv *CertificateConfigType) KeyLength() uint32

func (*CertificateConfigType) KeyUsage added in v1.1.0

func (rcv *CertificateConfigType) KeyUsage() []byte

func (*CertificateConfigType) MutateCreate added in v1.1.0

func (rcv *CertificateConfigType) MutateCreate(n bool) bool

func (*CertificateConfigType) MutateDaysValid added in v1.1.0

func (rcv *CertificateConfigType) MutateDaysValid(n uint32) bool

func (*CertificateConfigType) MutateIssuerIndex added in v1.1.0

func (rcv *CertificateConfigType) MutateIssuerIndex(n uint32) bool

func (*CertificateConfigType) MutateKeyLength added in v1.1.0

func (rcv *CertificateConfigType) MutateKeyLength(n uint32) bool

func (*CertificateConfigType) MutateStore added in v1.1.0

func (rcv *CertificateConfigType) MutateStore(n uint32) bool

func (*CertificateConfigType) Store added in v1.1.0

func (rcv *CertificateConfigType) Store() uint32

func (*CertificateConfigType) Table added in v1.1.0

func (*CertificateConfigType) UnPack added in v1.1.0

func (*CertificateConfigType) UnPackTo added in v1.1.0

type CertificateConfigTypeT added in v1.1.0

type CertificateConfigTypeT struct {
	Certificate string
	Key         string
	Store       uint32
	DaysValid   uint32
	Algorithm   string
	KeyUsage    string
	KeyLength   uint32
	IssuerIndex uint32
	Create      bool
}

func (*CertificateConfigTypeT) Pack added in v1.1.0

type EnumServerState added in v1.1.0

type EnumServerState int32
const (
	/// The OPC UA Server is running normally
	/// This is the usual state for the OPC UA Server
	EnumServerStateRUNNING EnumServerState = 0
	/// A vendor-specific fatal error has occurred within the OPC UA Server
	/// The OPC UA Server is not working. Please have a look in the logbook for errors.
	EnumServerStateFAILED EnumServerState = 1
	/// The OPC UA Server is running but has no configuration information loaded and therefore does not transfer data
	EnumServerStateNOCONFIGURATION EnumServerState = 2
	/// The OPC UA Server has been temporarily suspended by some vendor-specific method and is not receiving or sending data
	EnumServerStateSUSPENDED EnumServerState = 3
	/// The OPC UA Server initiated a shut down or is in the process of shutting down
	EnumServerStateSHUTDOWN EnumServerState = 4
	/// The OPC UA Server is in Test Mode
	/// The outputs are disconnected from the real hardware, but the OPC UA Server will otherwise behave normally
	EnumServerStateTEST EnumServerState = 5
	/// The OPC UA Server is running properly, but is having difficulty accessing data from its data sources
	EnumServerStateCOMMUNICATIONFAULT EnumServerState = 6
	/// This state is used only to indicate that the OPC UA Server does not know the state of underlying system
	EnumServerStateUNKNOWN        EnumServerState = 7
	EnumServerStateMAX_ENUM_VALUE EnumServerState = 2147483647
)

func (EnumServerState) String added in v1.1.0

func (v EnumServerState) String() string

type HeapDiagType added in v1.1.0

type HeapDiagType struct {
	// contains filtered or unexported fields
}

func GetRootAsHeapDiagType added in v1.1.0

func GetRootAsHeapDiagType(buf []byte, offset flatbuffers.UOffsetT) *HeapDiagType

func GetSizePrefixedRootAsHeapDiagType added in v1.1.0

func GetSizePrefixedRootAsHeapDiagType(buf []byte, offset flatbuffers.UOffsetT) *HeapDiagType

func (*HeapDiagType) Init added in v1.1.0

func (rcv *HeapDiagType) Init(buf []byte, i flatbuffers.UOffsetT)

func (*HeapDiagType) MaxUsedMemory added in v1.1.0

func (rcv *HeapDiagType) MaxUsedMemory() uint32

func (*HeapDiagType) MutateMaxUsedMemory added in v1.1.0

func (rcv *HeapDiagType) MutateMaxUsedMemory(n uint32) bool

func (*HeapDiagType) MutateUsedMemory added in v1.1.0

func (rcv *HeapDiagType) MutateUsedMemory(n uint32) bool

func (*HeapDiagType) Table added in v1.1.0

func (rcv *HeapDiagType) Table() flatbuffers.Table

func (*HeapDiagType) UnPack added in v1.1.0

func (rcv *HeapDiagType) UnPack() *HeapDiagTypeT

func (*HeapDiagType) UnPackTo added in v1.1.0

func (rcv *HeapDiagType) UnPackTo(t *HeapDiagTypeT)

func (*HeapDiagType) UsedMemory added in v1.1.0

func (rcv *HeapDiagType) UsedMemory() uint32

type HeapDiagTypeT added in v1.1.0

type HeapDiagTypeT struct {
	UsedMemory    uint32
	MaxUsedMemory uint32
}

func (*HeapDiagTypeT) Pack added in v1.1.0

type IndexType

type IndexType struct {
	// contains filtered or unexported fields
}

func GetRootAsIndexType

func GetRootAsIndexType(buf []byte, offset flatbuffers.UOffsetT) *IndexType

func GetSizePrefixedRootAsIndexType

func GetSizePrefixedRootAsIndexType(buf []byte, offset flatbuffers.UOffsetT) *IndexType

func (*IndexType) Index

func (rcv *IndexType) Index() uint32

func (*IndexType) Init

func (rcv *IndexType) Init(buf []byte, i flatbuffers.UOffsetT)

func (*IndexType) MutateIndex

func (rcv *IndexType) MutateIndex(n uint32) bool

func (*IndexType) Table

func (rcv *IndexType) Table() flatbuffers.Table

func (*IndexType) UnPack added in v1.3.0

func (rcv *IndexType) UnPack() *IndexTypeT

func (*IndexType) UnPackTo added in v1.3.0

func (rcv *IndexType) UnPackTo(t *IndexTypeT)

type IndexTypeT added in v1.3.0

type IndexTypeT struct {
	Index uint32
}

func (*IndexTypeT) Pack added in v1.3.0

type ObjectPoolDiagType added in v1.1.0

type ObjectPoolDiagType struct {
	// contains filtered or unexported fields
}

func GetRootAsObjectPoolDiagType added in v1.1.0

func GetRootAsObjectPoolDiagType(buf []byte, offset flatbuffers.UOffsetT) *ObjectPoolDiagType

func GetSizePrefixedRootAsObjectPoolDiagType added in v1.1.0

func GetSizePrefixedRootAsObjectPoolDiagType(buf []byte, offset flatbuffers.UOffsetT) *ObjectPoolDiagType

func (*ObjectPoolDiagType) Init added in v1.1.0

func (rcv *ObjectPoolDiagType) Init(buf []byte, i flatbuffers.UOffsetT)

func (*ObjectPoolDiagType) MaxUsedObjects added in v1.1.0

func (rcv *ObjectPoolDiagType) MaxUsedObjects() uint32

func (*ObjectPoolDiagType) MutateMaxUsedObjects added in v1.1.0

func (rcv *ObjectPoolDiagType) MutateMaxUsedObjects(n uint32) bool

func (*ObjectPoolDiagType) MutateNumObjects added in v1.1.0

func (rcv *ObjectPoolDiagType) MutateNumObjects(n uint32) bool

func (*ObjectPoolDiagType) MutateUsedObjects added in v1.1.0

func (rcv *ObjectPoolDiagType) MutateUsedObjects(n uint32) bool

func (*ObjectPoolDiagType) Name added in v1.1.0

func (rcv *ObjectPoolDiagType) Name() []byte

func (*ObjectPoolDiagType) NumObjects added in v1.1.0

func (rcv *ObjectPoolDiagType) NumObjects() uint32

func (*ObjectPoolDiagType) Table added in v1.1.0

func (rcv *ObjectPoolDiagType) Table() flatbuffers.Table

func (*ObjectPoolDiagType) UnPack added in v1.1.0

func (rcv *ObjectPoolDiagType) UnPack() *ObjectPoolDiagTypeT

func (*ObjectPoolDiagType) UnPackTo added in v1.1.0

func (rcv *ObjectPoolDiagType) UnPackTo(t *ObjectPoolDiagTypeT)

func (*ObjectPoolDiagType) UsedObjects added in v1.1.0

func (rcv *ObjectPoolDiagType) UsedObjects() uint32

type ObjectPoolDiagTypeT added in v1.1.0

type ObjectPoolDiagTypeT struct {
	Name           string
	UsedObjects    uint32
	MaxUsedObjects uint32
	NumObjects     uint32
}

func (*ObjectPoolDiagTypeT) Pack added in v1.1.0

type Sample1TypeMain

type Sample1TypeMain struct {
	// contains filtered or unexported fields
}

func GetRootAsSample1TypeMain

func GetRootAsSample1TypeMain(buf []byte, offset flatbuffers.UOffsetT) *Sample1TypeMain

func GetSizePrefixedRootAsSample1TypeMain

func GetSizePrefixedRootAsSample1TypeMain(buf []byte, offset flatbuffers.UOffsetT) *Sample1TypeMain

func (*Sample1TypeMain) A1

func (rcv *Sample1TypeMain) A1() []byte

func (*Sample1TypeMain) A2

func (rcv *Sample1TypeMain) A2() uint32

func (*Sample1TypeMain) A3

func (*Sample1TypeMain) A4

func (rcv *Sample1TypeMain) A4(obj *Sample1TypeSub1Sub, j int) bool

func (*Sample1TypeMain) A4Length

func (rcv *Sample1TypeMain) A4Length() int

func (*Sample1TypeMain) A5

func (rcv *Sample1TypeMain) A5() uint32

func (*Sample1TypeMain) A6

func (*Sample1TypeMain) Init

func (rcv *Sample1TypeMain) Init(buf []byte, i flatbuffers.UOffsetT)

func (*Sample1TypeMain) MutateA2

func (rcv *Sample1TypeMain) MutateA2(n uint32) bool

func (*Sample1TypeMain) MutateA5

func (rcv *Sample1TypeMain) MutateA5(n uint32) bool

func (*Sample1TypeMain) Table

func (rcv *Sample1TypeMain) Table() flatbuffers.Table

func (*Sample1TypeMain) UnPack added in v1.3.0

func (rcv *Sample1TypeMain) UnPack() *Sample1TypeMainT

func (*Sample1TypeMain) UnPackTo added in v1.3.0

func (rcv *Sample1TypeMain) UnPackTo(t *Sample1TypeMainT)

type Sample1TypeMainT added in v1.3.0

type Sample1TypeMainT struct {
	A1 string
	A2 uint32
	A3 *Sample1TypeSub1SubT
	A4 []*Sample1TypeSub1SubT
	A5 uint32
	A6 *Sample1TypeSub2SubT
}

func (*Sample1TypeMainT) Pack added in v1.3.0

type Sample1TypeSub1Sub

type Sample1TypeSub1Sub struct {
	// contains filtered or unexported fields
}

func GetRootAsSample1TypeSub1Sub

func GetRootAsSample1TypeSub1Sub(buf []byte, offset flatbuffers.UOffsetT) *Sample1TypeSub1Sub

func GetSizePrefixedRootAsSample1TypeSub1Sub

func GetSizePrefixedRootAsSample1TypeSub1Sub(buf []byte, offset flatbuffers.UOffsetT) *Sample1TypeSub1Sub

func (*Sample1TypeSub1Sub) B1

func (rcv *Sample1TypeSub1Sub) B1() int32

func (*Sample1TypeSub1Sub) B2

func (rcv *Sample1TypeSub1Sub) B2(j int) int32

func (*Sample1TypeSub1Sub) B2Length

func (rcv *Sample1TypeSub1Sub) B2Length() int

func (*Sample1TypeSub1Sub) Init

func (rcv *Sample1TypeSub1Sub) Init(buf []byte, i flatbuffers.UOffsetT)

func (*Sample1TypeSub1Sub) MutateB1

func (rcv *Sample1TypeSub1Sub) MutateB1(n int32) bool

func (*Sample1TypeSub1Sub) MutateB2

func (rcv *Sample1TypeSub1Sub) MutateB2(j int, n int32) bool

func (*Sample1TypeSub1Sub) Table

func (rcv *Sample1TypeSub1Sub) Table() flatbuffers.Table

func (*Sample1TypeSub1Sub) UnPack added in v1.3.0

func (rcv *Sample1TypeSub1Sub) UnPack() *Sample1TypeSub1SubT

func (*Sample1TypeSub1Sub) UnPackTo added in v1.3.0

func (rcv *Sample1TypeSub1Sub) UnPackTo(t *Sample1TypeSub1SubT)

type Sample1TypeSub1SubT added in v1.3.0

type Sample1TypeSub1SubT struct {
	B1 int32
	B2 []int32
}

func (*Sample1TypeSub1SubT) Pack added in v1.3.0

type Sample1TypeSub2Sub

type Sample1TypeSub2Sub struct {
	// contains filtered or unexported fields
}

func GetRootAsSample1TypeSub2Sub

func GetRootAsSample1TypeSub2Sub(buf []byte, offset flatbuffers.UOffsetT) *Sample1TypeSub2Sub

func GetSizePrefixedRootAsSample1TypeSub2Sub

func GetSizePrefixedRootAsSample1TypeSub2Sub(buf []byte, offset flatbuffers.UOffsetT) *Sample1TypeSub2Sub

func (*Sample1TypeSub2Sub) C1

func (*Sample1TypeSub2Sub) C2

func (rcv *Sample1TypeSub2Sub) C2(j int) int32

func (*Sample1TypeSub2Sub) C2Length

func (rcv *Sample1TypeSub2Sub) C2Length() int

func (*Sample1TypeSub2Sub) Init

func (rcv *Sample1TypeSub2Sub) Init(buf []byte, i flatbuffers.UOffsetT)

func (*Sample1TypeSub2Sub) MutateC2

func (rcv *Sample1TypeSub2Sub) MutateC2(j int, n int32) bool

func (*Sample1TypeSub2Sub) Table

func (rcv *Sample1TypeSub2Sub) Table() flatbuffers.Table

func (*Sample1TypeSub2Sub) UnPack added in v1.3.0

func (rcv *Sample1TypeSub2Sub) UnPack() *Sample1TypeSub2SubT

func (*Sample1TypeSub2Sub) UnPackTo added in v1.3.0

func (rcv *Sample1TypeSub2Sub) UnPackTo(t *Sample1TypeSub2SubT)

type Sample1TypeSub2SubT added in v1.3.0

type Sample1TypeSub2SubT struct {
	C1 *Sample1TypeSub3SubT
	C2 []int32
}

func (*Sample1TypeSub2SubT) Pack added in v1.3.0

type Sample1TypeSub3Sub

type Sample1TypeSub3Sub struct {
	// contains filtered or unexported fields
}

func GetRootAsSample1TypeSub3Sub

func GetRootAsSample1TypeSub3Sub(buf []byte, offset flatbuffers.UOffsetT) *Sample1TypeSub3Sub

func GetSizePrefixedRootAsSample1TypeSub3Sub

func GetSizePrefixedRootAsSample1TypeSub3Sub(buf []byte, offset flatbuffers.UOffsetT) *Sample1TypeSub3Sub

func (*Sample1TypeSub3Sub) D1

func (rcv *Sample1TypeSub3Sub) D1() int32

func (*Sample1TypeSub3Sub) D2

func (rcv *Sample1TypeSub3Sub) D2(j int) int32

func (*Sample1TypeSub3Sub) D2Length

func (rcv *Sample1TypeSub3Sub) D2Length() int

func (*Sample1TypeSub3Sub) Init

func (rcv *Sample1TypeSub3Sub) Init(buf []byte, i flatbuffers.UOffsetT)

func (*Sample1TypeSub3Sub) MutateD1

func (rcv *Sample1TypeSub3Sub) MutateD1(n int32) bool

func (*Sample1TypeSub3Sub) MutateD2

func (rcv *Sample1TypeSub3Sub) MutateD2(j int, n int32) bool

func (*Sample1TypeSub3Sub) Table

func (rcv *Sample1TypeSub3Sub) Table() flatbuffers.Table

func (*Sample1TypeSub3Sub) UnPack added in v1.3.0

func (rcv *Sample1TypeSub3Sub) UnPack() *Sample1TypeSub3SubT

func (*Sample1TypeSub3Sub) UnPackTo added in v1.3.0

func (rcv *Sample1TypeSub3Sub) UnPackTo(t *Sample1TypeSub3SubT)

type Sample1TypeSub3SubT added in v1.3.0

type Sample1TypeSub3SubT struct {
	D1 int32
	D2 []int32
}

func (*Sample1TypeSub3SubT) Pack added in v1.3.0

type SampleType

type SampleType struct {
	// contains filtered or unexported fields
}

func GetRootAsSampleType

func GetRootAsSampleType(buf []byte, offset flatbuffers.UOffsetT) *SampleType

func GetSizePrefixedRootAsSampleType

func GetSizePrefixedRootAsSampleType(buf []byte, offset flatbuffers.UOffsetT) *SampleType

func (*SampleType) AValueBool

func (rcv *SampleType) AValueBool() bool

func (*SampleType) AValueBoolArray

func (rcv *SampleType) AValueBoolArray(j int) bool

func (*SampleType) AValueBoolArrayLength

func (rcv *SampleType) AValueBoolArrayLength() int

func (*SampleType) BValueShort

func (rcv *SampleType) BValueShort() int16

func (*SampleType) BValueShortArray

func (rcv *SampleType) BValueShortArray(j int) int16

func (*SampleType) BValueShortArrayLength

func (rcv *SampleType) BValueShortArrayLength() int

func (*SampleType) CValueUshort

func (rcv *SampleType) CValueUshort() uint16

func (*SampleType) CValueUshortArray

func (rcv *SampleType) CValueUshortArray(j int) uint16

func (*SampleType) CValueUshortArrayLength

func (rcv *SampleType) CValueUshortArrayLength() int

func (*SampleType) DValueInt

func (rcv *SampleType) DValueInt() int32

func (*SampleType) DValueIntArray

func (rcv *SampleType) DValueIntArray(j int) int32

func (*SampleType) DValueIntArrayLength

func (rcv *SampleType) DValueIntArrayLength() int

func (*SampleType) EValueUint

func (rcv *SampleType) EValueUint() uint32

func (*SampleType) EValueUintArray

func (rcv *SampleType) EValueUintArray(j int) uint32

func (*SampleType) EValueUintArrayLength

func (rcv *SampleType) EValueUintArrayLength() int

func (*SampleType) FValueFloat

func (rcv *SampleType) FValueFloat() float32

func (*SampleType) FValueFloatArray

func (rcv *SampleType) FValueFloatArray(j int) float32

func (*SampleType) FValueFloatArrayLength

func (rcv *SampleType) FValueFloatArrayLength() int

func (*SampleType) GValueLong

func (rcv *SampleType) GValueLong() int64

func (*SampleType) GValueLongArray

func (rcv *SampleType) GValueLongArray(j int) int64

func (*SampleType) GValueLongArrayLength

func (rcv *SampleType) GValueLongArrayLength() int

func (*SampleType) HValueUlong

func (rcv *SampleType) HValueUlong() uint64

func (*SampleType) HValueUlongArray

func (rcv *SampleType) HValueUlongArray(j int) uint64

func (*SampleType) HValueUlongArrayLength

func (rcv *SampleType) HValueUlongArrayLength() int

func (*SampleType) IValueDouble

func (rcv *SampleType) IValueDouble() float64

func (*SampleType) IValueDoubleArray

func (rcv *SampleType) IValueDoubleArray(j int) float64

func (*SampleType) IValueDoubleArrayLength

func (rcv *SampleType) IValueDoubleArrayLength() int

func (*SampleType) Init

func (rcv *SampleType) Init(buf []byte, i flatbuffers.UOffsetT)

func (*SampleType) JValueString

func (rcv *SampleType) JValueString() []byte

func (*SampleType) JValueStringArray

func (rcv *SampleType) JValueStringArray(j int) []byte

func (*SampleType) JValueStringArrayLength

func (rcv *SampleType) JValueStringArrayLength() int

func (*SampleType) MutateAValueBool

func (rcv *SampleType) MutateAValueBool(n bool) bool

func (*SampleType) MutateAValueBoolArray

func (rcv *SampleType) MutateAValueBoolArray(j int, n bool) bool

func (*SampleType) MutateBValueShort

func (rcv *SampleType) MutateBValueShort(n int16) bool

func (*SampleType) MutateBValueShortArray

func (rcv *SampleType) MutateBValueShortArray(j int, n int16) bool

func (*SampleType) MutateCValueUshort

func (rcv *SampleType) MutateCValueUshort(n uint16) bool

func (*SampleType) MutateCValueUshortArray

func (rcv *SampleType) MutateCValueUshortArray(j int, n uint16) bool

func (*SampleType) MutateDValueInt

func (rcv *SampleType) MutateDValueInt(n int32) bool

func (*SampleType) MutateDValueIntArray

func (rcv *SampleType) MutateDValueIntArray(j int, n int32) bool

func (*SampleType) MutateEValueUint

func (rcv *SampleType) MutateEValueUint(n uint32) bool

func (*SampleType) MutateEValueUintArray

func (rcv *SampleType) MutateEValueUintArray(j int, n uint32) bool

func (*SampleType) MutateFValueFloat

func (rcv *SampleType) MutateFValueFloat(n float32) bool

func (*SampleType) MutateFValueFloatArray

func (rcv *SampleType) MutateFValueFloatArray(j int, n float32) bool

func (*SampleType) MutateGValueLong

func (rcv *SampleType) MutateGValueLong(n int64) bool

func (*SampleType) MutateGValueLongArray

func (rcv *SampleType) MutateGValueLongArray(j int, n int64) bool

func (*SampleType) MutateHValueUlong

func (rcv *SampleType) MutateHValueUlong(n uint64) bool

func (*SampleType) MutateHValueUlongArray

func (rcv *SampleType) MutateHValueUlongArray(j int, n uint64) bool

func (*SampleType) MutateIValueDouble

func (rcv *SampleType) MutateIValueDouble(n float64) bool

func (*SampleType) MutateIValueDoubleArray

func (rcv *SampleType) MutateIValueDoubleArray(j int, n float64) bool

func (*SampleType) Table

func (rcv *SampleType) Table() flatbuffers.Table

func (*SampleType) UnPack added in v1.3.0

func (rcv *SampleType) UnPack() *SampleTypeT

func (*SampleType) UnPackTo added in v1.3.0

func (rcv *SampleType) UnPackTo(t *SampleTypeT)

type SampleTypeSub2

type SampleTypeSub2 struct {
	// contains filtered or unexported fields
}

func GetRootAsSampleTypeSub2

func GetRootAsSampleTypeSub2(buf []byte, offset flatbuffers.UOffsetT) *SampleTypeSub2

func GetSizePrefixedRootAsSampleTypeSub2

func GetSizePrefixedRootAsSampleTypeSub2(buf []byte, offset flatbuffers.UOffsetT) *SampleTypeSub2

func (*SampleTypeSub2) Init

func (rcv *SampleTypeSub2) Init(buf []byte, i flatbuffers.UOffsetT)

func (*SampleTypeSub2) MutateSimpleData2

func (rcv *SampleTypeSub2) MutateSimpleData2(n uint32) bool

func (*SampleTypeSub2) SimpleData

func (rcv *SampleTypeSub2) SimpleData() []byte

func (*SampleTypeSub2) SimpleData2

func (rcv *SampleTypeSub2) SimpleData2() uint32

func (*SampleTypeSub2) SubStruct

func (rcv *SampleTypeSub2) SubStruct(obj *SampleTypeSub2Sub) *SampleTypeSub2Sub

func (*SampleTypeSub2) Table

func (rcv *SampleTypeSub2) Table() flatbuffers.Table

func (*SampleTypeSub2) UnPack added in v1.3.0

func (rcv *SampleTypeSub2) UnPack() *SampleTypeSub2T

func (*SampleTypeSub2) UnPackTo added in v1.3.0

func (rcv *SampleTypeSub2) UnPackTo(t *SampleTypeSub2T)

type SampleTypeSub2Sub

type SampleTypeSub2Sub struct {
	// contains filtered or unexported fields
}

func GetRootAsSampleTypeSub2Sub

func GetRootAsSampleTypeSub2Sub(buf []byte, offset flatbuffers.UOffsetT) *SampleTypeSub2Sub

func GetSizePrefixedRootAsSampleTypeSub2Sub

func GetSizePrefixedRootAsSampleTypeSub2Sub(buf []byte, offset flatbuffers.UOffsetT) *SampleTypeSub2Sub

func (*SampleTypeSub2Sub) AValueBool

func (rcv *SampleTypeSub2Sub) AValueBool() bool

func (*SampleTypeSub2Sub) AValueBoolArray

func (rcv *SampleTypeSub2Sub) AValueBoolArray(j int) bool

func (*SampleTypeSub2Sub) AValueBoolArrayLength

func (rcv *SampleTypeSub2Sub) AValueBoolArrayLength() int

func (*SampleTypeSub2Sub) BValueShort

func (rcv *SampleTypeSub2Sub) BValueShort() int16

func (*SampleTypeSub2Sub) BValueShortArray

func (rcv *SampleTypeSub2Sub) BValueShortArray(j int) int16

func (*SampleTypeSub2Sub) BValueShortArrayLength

func (rcv *SampleTypeSub2Sub) BValueShortArrayLength() int

func (*SampleTypeSub2Sub) CValueUshort

func (rcv *SampleTypeSub2Sub) CValueUshort() uint16

func (*SampleTypeSub2Sub) CValueUshortArray

func (rcv *SampleTypeSub2Sub) CValueUshortArray(j int) uint16

func (*SampleTypeSub2Sub) CValueUshortArrayLength

func (rcv *SampleTypeSub2Sub) CValueUshortArrayLength() int

func (*SampleTypeSub2Sub) DValueInt

func (rcv *SampleTypeSub2Sub) DValueInt() int32

func (*SampleTypeSub2Sub) DValueIntArray

func (rcv *SampleTypeSub2Sub) DValueIntArray(j int) int32

func (*SampleTypeSub2Sub) DValueIntArrayLength

func (rcv *SampleTypeSub2Sub) DValueIntArrayLength() int

func (*SampleTypeSub2Sub) EValueUint

func (rcv *SampleTypeSub2Sub) EValueUint() uint32

func (*SampleTypeSub2Sub) EValueUintArray

func (rcv *SampleTypeSub2Sub) EValueUintArray(j int) uint32

func (*SampleTypeSub2Sub) EValueUintArrayLength

func (rcv *SampleTypeSub2Sub) EValueUintArrayLength() int

func (*SampleTypeSub2Sub) FValueFloat

func (rcv *SampleTypeSub2Sub) FValueFloat() float32

func (*SampleTypeSub2Sub) FValueFloatArray

func (rcv *SampleTypeSub2Sub) FValueFloatArray(j int) float32

func (*SampleTypeSub2Sub) FValueFloatArrayLength

func (rcv *SampleTypeSub2Sub) FValueFloatArrayLength() int

func (*SampleTypeSub2Sub) GValueLong

func (rcv *SampleTypeSub2Sub) GValueLong() int64

func (*SampleTypeSub2Sub) GValueLongArray

func (rcv *SampleTypeSub2Sub) GValueLongArray(j int) int64

func (*SampleTypeSub2Sub) GValueLongArrayLength

func (rcv *SampleTypeSub2Sub) GValueLongArrayLength() int

func (*SampleTypeSub2Sub) HValueUlong

func (rcv *SampleTypeSub2Sub) HValueUlong() uint64

func (*SampleTypeSub2Sub) HValueUlongArray

func (rcv *SampleTypeSub2Sub) HValueUlongArray(j int) uint64

func (*SampleTypeSub2Sub) HValueUlongArrayLength

func (rcv *SampleTypeSub2Sub) HValueUlongArrayLength() int

func (*SampleTypeSub2Sub) IValueDouble

func (rcv *SampleTypeSub2Sub) IValueDouble() float64

func (*SampleTypeSub2Sub) IValueDoubleArray

func (rcv *SampleTypeSub2Sub) IValueDoubleArray(j int) float64

func (*SampleTypeSub2Sub) IValueDoubleArrayLength

func (rcv *SampleTypeSub2Sub) IValueDoubleArrayLength() int

func (*SampleTypeSub2Sub) Init

func (rcv *SampleTypeSub2Sub) Init(buf []byte, i flatbuffers.UOffsetT)

func (*SampleTypeSub2Sub) JValueString

func (rcv *SampleTypeSub2Sub) JValueString() []byte

func (*SampleTypeSub2Sub) JValueStringArray

func (rcv *SampleTypeSub2Sub) JValueStringArray(j int) []byte

func (*SampleTypeSub2Sub) JValueStringArrayLength

func (rcv *SampleTypeSub2Sub) JValueStringArrayLength() int

func (*SampleTypeSub2Sub) MutateAValueBool

func (rcv *SampleTypeSub2Sub) MutateAValueBool(n bool) bool

func (*SampleTypeSub2Sub) MutateAValueBoolArray

func (rcv *SampleTypeSub2Sub) MutateAValueBoolArray(j int, n bool) bool

func (*SampleTypeSub2Sub) MutateBValueShort

func (rcv *SampleTypeSub2Sub) MutateBValueShort(n int16) bool

func (*SampleTypeSub2Sub) MutateBValueShortArray

func (rcv *SampleTypeSub2Sub) MutateBValueShortArray(j int, n int16) bool

func (*SampleTypeSub2Sub) MutateCValueUshort

func (rcv *SampleTypeSub2Sub) MutateCValueUshort(n uint16) bool

func (*SampleTypeSub2Sub) MutateCValueUshortArray

func (rcv *SampleTypeSub2Sub) MutateCValueUshortArray(j int, n uint16) bool

func (*SampleTypeSub2Sub) MutateDValueInt

func (rcv *SampleTypeSub2Sub) MutateDValueInt(n int32) bool

func (*SampleTypeSub2Sub) MutateDValueIntArray

func (rcv *SampleTypeSub2Sub) MutateDValueIntArray(j int, n int32) bool

func (*SampleTypeSub2Sub) MutateEValueUint

func (rcv *SampleTypeSub2Sub) MutateEValueUint(n uint32) bool

func (*SampleTypeSub2Sub) MutateEValueUintArray

func (rcv *SampleTypeSub2Sub) MutateEValueUintArray(j int, n uint32) bool

func (*SampleTypeSub2Sub) MutateFValueFloat

func (rcv *SampleTypeSub2Sub) MutateFValueFloat(n float32) bool

func (*SampleTypeSub2Sub) MutateFValueFloatArray

func (rcv *SampleTypeSub2Sub) MutateFValueFloatArray(j int, n float32) bool

func (*SampleTypeSub2Sub) MutateGValueLong

func (rcv *SampleTypeSub2Sub) MutateGValueLong(n int64) bool

func (*SampleTypeSub2Sub) MutateGValueLongArray

func (rcv *SampleTypeSub2Sub) MutateGValueLongArray(j int, n int64) bool

func (*SampleTypeSub2Sub) MutateHValueUlong

func (rcv *SampleTypeSub2Sub) MutateHValueUlong(n uint64) bool

func (*SampleTypeSub2Sub) MutateHValueUlongArray

func (rcv *SampleTypeSub2Sub) MutateHValueUlongArray(j int, n uint64) bool

func (*SampleTypeSub2Sub) MutateIValueDouble

func (rcv *SampleTypeSub2Sub) MutateIValueDouble(n float64) bool

func (*SampleTypeSub2Sub) MutateIValueDoubleArray

func (rcv *SampleTypeSub2Sub) MutateIValueDoubleArray(j int, n float64) bool

func (*SampleTypeSub2Sub) Table

func (rcv *SampleTypeSub2Sub) Table() flatbuffers.Table

func (*SampleTypeSub2Sub) UnPack added in v1.3.0

func (rcv *SampleTypeSub2Sub) UnPack() *SampleTypeSub2SubT

func (*SampleTypeSub2Sub) UnPackTo added in v1.3.0

func (rcv *SampleTypeSub2Sub) UnPackTo(t *SampleTypeSub2SubT)

type SampleTypeSub2SubT added in v1.3.0

type SampleTypeSub2SubT struct {
	AValueBool        bool
	AValueBoolArray   []bool
	BValueShort       int16
	BValueShortArray  []int16
	CValueUshort      uint16
	CValueUshortArray []uint16
	DValueInt         int32
	DValueIntArray    []int32
	EValueUint        uint32
	EValueUintArray   []uint32
	FValueFloat       float32
	FValueFloatArray  []float32
	GValueLong        int64
	GValueLongArray   []int64
	HValueUlong       uint64
	HValueUlongArray  []uint64
	IValueDouble      float64
	IValueDoubleArray []float64
	JValueString      string
	JValueStringArray []string
}

func (*SampleTypeSub2SubT) Pack added in v1.3.0

type SampleTypeSub2T added in v1.3.0

type SampleTypeSub2T struct {
	SimpleData  string
	SimpleData2 uint32
	SubStruct   *SampleTypeSub2SubT
}

func (*SampleTypeSub2T) Pack added in v1.3.0

type SampleTypeT added in v1.3.0

type SampleTypeT struct {
	AValueBool        bool
	AValueBoolArray   []bool
	BValueShort       int16
	BValueShortArray  []int16
	CValueUshort      uint16
	CValueUshortArray []uint16
	DValueInt         int32
	DValueIntArray    []int32
	EValueUint        uint32
	EValueUintArray   []uint32
	FValueFloat       float32
	FValueFloatArray  []float32
	GValueLong        int64
	GValueLongArray   []int64
	HValueUlong       uint64
	HValueUlongArray  []uint64
	IValueDouble      float64
	IValueDoubleArray []float64
	JValueString      string
	JValueStringArray []string
}

func (*SampleTypeT) Pack added in v1.3.0

type SecConfigType added in v1.1.0

type SecConfigType struct {
	// contains filtered or unexported fields
}

func GetRootAsSecConfigType added in v1.1.0

func GetRootAsSecConfigType(buf []byte, offset flatbuffers.UOffsetT) *SecConfigType

func GetSizePrefixedRootAsSecConfigType added in v1.1.0

func GetSizePrefixedRootAsSecConfigType(buf []byte, offset flatbuffers.UOffsetT) *SecConfigType

func (*SecConfigType) Init added in v1.1.0

func (rcv *SecConfigType) Init(buf []byte, i flatbuffers.UOffsetT)

func (*SecConfigType) ModeNone added in v1.1.0

func (rcv *SecConfigType) ModeNone() bool

/ True if message security mode none is allowed

func (*SecConfigType) ModeSign added in v1.1.0

func (rcv *SecConfigType) ModeSign() bool

/ True if message security mode sign is allowed

func (*SecConfigType) ModeSignAndEncrypt added in v1.1.0

func (rcv *SecConfigType) ModeSignAndEncrypt() bool

/ True if message security mode sign and encrypt is allowed

func (*SecConfigType) MutateModeNone added in v1.1.0

func (rcv *SecConfigType) MutateModeNone(n bool) bool

/ True if message security mode none is allowed

func (*SecConfigType) MutateModeSign added in v1.1.0

func (rcv *SecConfigType) MutateModeSign(n bool) bool

/ True if message security mode sign is allowed

func (*SecConfigType) MutateModeSignAndEncrypt added in v1.1.0

func (rcv *SecConfigType) MutateModeSignAndEncrypt(n bool) bool

/ True if message security mode sign and encrypt is allowed

func (*SecConfigType) MutatePolicyId added in v1.1.0

func (rcv *SecConfigType) MutatePolicyId(n uint32) bool

/ Identifier of the policy to use / UA_SECURITY_POLICY_NONE = 0, / UA_SECURITY_POLICY_BASIC128RSA15 = 1, / UA_SECURITY_POLICY_BASIC256 = 2, / UA_SECURITY_POLICY_BASIC256SHA256 = 3, / UA_SECURITY_POLICY_AES128_SHA256_RSAOAEP = 4, / UA_SECURITY_POLICY_AES256_SHA256_RSAPSS = 5, / UA_SECURITY_POLICY_ID_MAX = 6

func (*SecConfigType) PolicyId added in v1.1.0

func (rcv *SecConfigType) PolicyId() uint32

/ Identifier of the policy to use / UA_SECURITY_POLICY_NONE = 0, / UA_SECURITY_POLICY_BASIC128RSA15 = 1, / UA_SECURITY_POLICY_BASIC256 = 2, / UA_SECURITY_POLICY_BASIC256SHA256 = 3, / UA_SECURITY_POLICY_AES128_SHA256_RSAOAEP = 4, / UA_SECURITY_POLICY_AES256_SHA256_RSAPSS = 5, / UA_SECURITY_POLICY_ID_MAX = 6

func (*SecConfigType) Table added in v1.1.0

func (rcv *SecConfigType) Table() flatbuffers.Table

func (*SecConfigType) UnPack added in v1.1.0

func (rcv *SecConfigType) UnPack() *SecConfigTypeT

func (*SecConfigType) UnPackTo added in v1.1.0

func (rcv *SecConfigType) UnPackTo(t *SecConfigTypeT)

type SecConfigTypeT added in v1.1.0

type SecConfigTypeT struct {
	PolicyId           uint32
	ModeNone           bool
	ModeSign           bool
	ModeSignAndEncrypt bool
}

func (*SecConfigTypeT) Pack added in v1.1.0

type SechanConfigType

type SechanConfigType struct {
	// contains filtered or unexported fields
}

func GetRootAsSechanConfigType

func GetRootAsSechanConfigType(buf []byte, offset flatbuffers.UOffsetT) *SechanConfigType

func GetSizePrefixedRootAsSechanConfigType

func GetSizePrefixedRootAsSechanConfigType(buf []byte, offset flatbuffers.UOffsetT) *SechanConfigType

func (*SechanConfigType) Init

func (rcv *SechanConfigType) Init(buf []byte, i flatbuffers.UOffsetT)

func (*SechanConfigType) ModeNone

func (rcv *SechanConfigType) ModeNone() bool

func (*SechanConfigType) ModeSign

func (rcv *SechanConfigType) ModeSign() bool

func (*SechanConfigType) ModeSignAndEncrypt

func (rcv *SechanConfigType) ModeSignAndEncrypt() bool

func (*SechanConfigType) MutateModeNone

func (rcv *SechanConfigType) MutateModeNone(n bool) bool

func (*SechanConfigType) MutateModeSign

func (rcv *SechanConfigType) MutateModeSign(n bool) bool

func (*SechanConfigType) MutateModeSignAndEncrypt

func (rcv *SechanConfigType) MutateModeSignAndEncrypt(n bool) bool

func (*SechanConfigType) MutatePolicyId

func (rcv *SechanConfigType) MutatePolicyId(n uint32) bool

func (*SechanConfigType) PolicyId

func (rcv *SechanConfigType) PolicyId() uint32

func (*SechanConfigType) Table

func (rcv *SechanConfigType) Table() flatbuffers.Table

func (*SechanConfigType) UnPack added in v1.3.0

func (rcv *SechanConfigType) UnPack() *SechanConfigTypeT

func (*SechanConfigType) UnPackTo added in v1.3.0

func (rcv *SechanConfigType) UnPackTo(t *SechanConfigTypeT)

type SechanConfigTypeT added in v1.3.0

type SechanConfigTypeT struct {
	PolicyId           uint32
	ModeNone           bool
	ModeSign           bool
	ModeSignAndEncrypt bool
}

func (*SechanConfigTypeT) Pack added in v1.3.0

type ServerDiagnosticsSummaryType added in v1.1.0

type ServerDiagnosticsSummaryType struct {
	// contains filtered or unexported fields
}

func GetRootAsServerDiagnosticsSummaryType added in v1.1.0

func GetRootAsServerDiagnosticsSummaryType(buf []byte, offset flatbuffers.UOffsetT) *ServerDiagnosticsSummaryType

func GetSizePrefixedRootAsServerDiagnosticsSummaryType added in v1.1.0

func GetSizePrefixedRootAsServerDiagnosticsSummaryType(buf []byte, offset flatbuffers.UOffsetT) *ServerDiagnosticsSummaryType

func (*ServerDiagnosticsSummaryType) CumulatedSessionCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) CumulatedSessionCount() uint32

/ The sum of the created sessions of the OPC UA Server since its start

func (*ServerDiagnosticsSummaryType) CumulatedSubscriptionCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) CumulatedSubscriptionCount() uint32

/ The sum of the created subscriptions during all sessions of the OPC UA Server since its start

func (*ServerDiagnosticsSummaryType) CurrentSessonCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) CurrentSessonCount() uint32

/ The current number of active sessions of the OPC UA Server

func (*ServerDiagnosticsSummaryType) CurrentSubscriptionCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) CurrentSubscriptionCount() uint32

/ The current number of active subscriptions of the OPC UA Server

func (*ServerDiagnosticsSummaryType) Init added in v1.1.0

func (*ServerDiagnosticsSummaryType) MutateCumulatedSessionCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) MutateCumulatedSessionCount(n uint32) bool

/ The sum of the created sessions of the OPC UA Server since its start

func (*ServerDiagnosticsSummaryType) MutateCumulatedSubscriptionCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) MutateCumulatedSubscriptionCount(n uint32) bool

/ The sum of the created subscriptions during all sessions of the OPC UA Server since its start

func (*ServerDiagnosticsSummaryType) MutateCurrentSessonCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) MutateCurrentSessonCount(n uint32) bool

/ The current number of active sessions of the OPC UA Server

func (*ServerDiagnosticsSummaryType) MutateCurrentSubscriptionCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) MutateCurrentSubscriptionCount(n uint32) bool

/ The current number of active subscriptions of the OPC UA Server

func (*ServerDiagnosticsSummaryType) MutatePublishingIntervalCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) MutatePublishingIntervalCount(n uint32) bool

/ The number of the supported publishing intervals of the OPC UA Server

func (*ServerDiagnosticsSummaryType) MutateRejectedRequestsCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) MutateRejectedRequestsCount(n uint32) bool

/ The number of the discarded queries of the OPC UA Server since its start

func (*ServerDiagnosticsSummaryType) MutateRejectedSessionCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) MutateRejectedSessionCount(n uint32) bool

/ The number of the discarded sessions of the OPC UA Server since its start

func (*ServerDiagnosticsSummaryType) MutateSecurityRejectedRequestsCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) MutateSecurityRejectedRequestsCount(n uint32) bool

/ The number of discarded service queries of the OPC UA Server since its start / that were rejected due to security criteria that were not met

func (*ServerDiagnosticsSummaryType) MutateSecurityRejectedSessionCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) MutateSecurityRejectedSessionCount(n uint32) bool

/ The number of discarded sessions (service queries) of the OPC UA Server since its start / that were rejected due to security criteria that were not met

func (*ServerDiagnosticsSummaryType) MutateServerViewCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) MutateServerViewCount(n uint32) bool

/ The number of views available in the OPC UA Server

func (*ServerDiagnosticsSummaryType) MutateSessionAbortCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) MutateSessionAbortCount(n uint32) bool

/ The number of the error-caused ended sessions of the OPC UA Server since its start

func (*ServerDiagnosticsSummaryType) MutateSessionTimeoutCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) MutateSessionTimeoutCount(n uint32) bool

/ The number of the timeout-caused ended sessions of the OPC UA Server since its start

func (*ServerDiagnosticsSummaryType) PublishingIntervalCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) PublishingIntervalCount() uint32

/ The number of the supported publishing intervals of the OPC UA Server

func (*ServerDiagnosticsSummaryType) RejectedRequestsCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) RejectedRequestsCount() uint32

/ The number of the discarded queries of the OPC UA Server since its start

func (*ServerDiagnosticsSummaryType) RejectedSessionCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) RejectedSessionCount() uint32

/ The number of the discarded sessions of the OPC UA Server since its start

func (*ServerDiagnosticsSummaryType) SecurityRejectedRequestsCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) SecurityRejectedRequestsCount() uint32

/ The number of discarded service queries of the OPC UA Server since its start / that were rejected due to security criteria that were not met

func (*ServerDiagnosticsSummaryType) SecurityRejectedSessionCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) SecurityRejectedSessionCount() uint32

/ The number of discarded sessions (service queries) of the OPC UA Server since its start / that were rejected due to security criteria that were not met

func (*ServerDiagnosticsSummaryType) ServerViewCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) ServerViewCount() uint32

/ The number of views available in the OPC UA Server

func (*ServerDiagnosticsSummaryType) SessionAbortCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) SessionAbortCount() uint32

/ The number of the error-caused ended sessions of the OPC UA Server since its start

func (*ServerDiagnosticsSummaryType) SessionTimeoutCount added in v1.1.0

func (rcv *ServerDiagnosticsSummaryType) SessionTimeoutCount() uint32

/ The number of the timeout-caused ended sessions of the OPC UA Server since its start

func (*ServerDiagnosticsSummaryType) Table added in v1.1.0

func (*ServerDiagnosticsSummaryType) UnPack added in v1.1.0

func (*ServerDiagnosticsSummaryType) UnPackTo added in v1.1.0

type ServerDiagnosticsSummaryTypeT added in v1.1.0

type ServerDiagnosticsSummaryTypeT struct {
	CumulatedSessionCount         uint32
	CumulatedSubscriptionCount    uint32
	CurrentSessonCount            uint32
	CurrentSubscriptionCount      uint32
	PublishingIntervalCount       uint32
	RejectedRequestsCount         uint32
	RejectedSessionCount          uint32
	SecurityRejectedRequestsCount uint32
	SecurityRejectedSessionCount  uint32
	ServerViewCount               uint32
	SessionAbortCount             uint32
	SessionTimeoutCount           uint32
}

func (*ServerDiagnosticsSummaryTypeT) Pack added in v1.1.0

type ServerStateType added in v1.1.0

type ServerStateType struct {
	// contains filtered or unexported fields
}

func GetRootAsServerStateType added in v1.1.0

func GetRootAsServerStateType(buf []byte, offset flatbuffers.UOffsetT) *ServerStateType

func GetSizePrefixedRootAsServerStateType added in v1.1.0

func GetSizePrefixedRootAsServerStateType(buf []byte, offset flatbuffers.UOffsetT) *ServerStateType

func (*ServerStateType) Init added in v1.1.0

func (rcv *ServerStateType) Init(buf []byte, i flatbuffers.UOffsetT)

func (*ServerStateType) MutateState added in v1.1.0

func (rcv *ServerStateType) MutateState(n EnumServerState) bool

/ Shows the current state of the OPC UA Server

func (*ServerStateType) State added in v1.1.0

func (rcv *ServerStateType) State() EnumServerState

/ Shows the current state of the OPC UA Server

func (*ServerStateType) Table added in v1.1.0

func (rcv *ServerStateType) Table() flatbuffers.Table

func (*ServerStateType) UnPack added in v1.1.0

func (rcv *ServerStateType) UnPack() *ServerStateTypeT

func (*ServerStateType) UnPackTo added in v1.1.0

func (rcv *ServerStateType) UnPackTo(t *ServerStateTypeT)

type ServerStateTypeT added in v1.1.0

type ServerStateTypeT struct {
	State EnumServerState
}

func (*ServerStateTypeT) Pack added in v1.1.0

type ServerStatusType added in v1.1.0

type ServerStatusType struct {
	// contains filtered or unexported fields
}

func GetRootAsServerStatusType added in v1.1.0

func GetRootAsServerStatusType(buf []byte, offset flatbuffers.UOffsetT) *ServerStatusType

func GetSizePrefixedRootAsServerStatusType added in v1.1.0

func GetSizePrefixedRootAsServerStatusType(buf []byte, offset flatbuffers.UOffsetT) *ServerStatusType

func (*ServerStatusType) BuildInfo added in v1.1.0

func (rcv *ServerStatusType) BuildInfo(obj *BuildInfoType) *BuildInfoType

/ Build info of the OPC UA Server

func (*ServerStatusType) CurrentTime added in v1.1.0

func (rcv *ServerStatusType) CurrentTime() uint32

/ Build info of the OPC UA Server / The current time of the OPC UA Server

func (*ServerStatusType) Init added in v1.1.0

func (rcv *ServerStatusType) Init(buf []byte, i flatbuffers.UOffsetT)

func (*ServerStatusType) MutateCurrentTime added in v1.1.0

func (rcv *ServerStatusType) MutateCurrentTime(n uint32) bool

/ The current time of the OPC UA Server

func (*ServerStatusType) MutateSecondsTillShutdown added in v1.1.0

func (rcv *ServerStatusType) MutateSecondsTillShutdown(n uint32) bool

/ The time until server shutdown if an OPC UA Server shutdown was requested / Otherwise, the value is 0

func (*ServerStatusType) MutateStartTime added in v1.1.0

func (rcv *ServerStatusType) MutateStartTime(n uint32) bool

/ The starting point in time of the OPC UA Server

func (*ServerStatusType) MutateState added in v1.1.0

func (rcv *ServerStatusType) MutateState(n EnumServerState) bool

/ The current state of the OPC UA Server

func (*ServerStatusType) SecondsTillShutdown added in v1.1.0

func (rcv *ServerStatusType) SecondsTillShutdown() uint32

/ The time until server shutdown if an OPC UA Server shutdown was requested / Otherwise, the value is 0

func (*ServerStatusType) ShutdownReason added in v1.1.0

func (rcv *ServerStatusType) ShutdownReason() []byte

/ The reason for the server shutdown if an OPC UA Server shutdown was requested / Otherwise, an empty string is displayed

func (*ServerStatusType) StartTime added in v1.1.0

func (rcv *ServerStatusType) StartTime() uint32

/ The reason for the server shutdown if an OPC UA Server shutdown was requested / Otherwise, an empty string is displayed / The starting point in time of the OPC UA Server

func (*ServerStatusType) State added in v1.1.0

func (rcv *ServerStatusType) State() EnumServerState

/ The current state of the OPC UA Server

func (*ServerStatusType) Table added in v1.1.0

func (rcv *ServerStatusType) Table() flatbuffers.Table

func (*ServerStatusType) UnPack added in v1.1.0

func (rcv *ServerStatusType) UnPack() *ServerStatusTypeT

func (*ServerStatusType) UnPackTo added in v1.1.0

func (rcv *ServerStatusType) UnPackTo(t *ServerStatusTypeT)

type ServerStatusTypeT added in v1.1.0

type ServerStatusTypeT struct {
	BuildInfo           *BuildInfoTypeT
	CurrentTime         uint32
	SecondsTillShutdown uint32
	ShutdownReason      string
	StartTime           uint32
	State               EnumServerState
}

func (*ServerStatusTypeT) Pack added in v1.1.0

type UserTokenType

type UserTokenType struct {
	// contains filtered or unexported fields
}

func GetRootAsUserTokenType

func GetRootAsUserTokenType(buf []byte, offset flatbuffers.UOffsetT) *UserTokenType

func GetSizePrefixedRootAsUserTokenType

func GetSizePrefixedRootAsUserTokenType(buf []byte, offset flatbuffers.UOffsetT) *UserTokenType

func (*UserTokenType) Init

func (rcv *UserTokenType) Init(buf []byte, i flatbuffers.UOffsetT)

func (*UserTokenType) MutatePolicyId

func (rcv *UserTokenType) MutatePolicyId(n uint32) bool

/ Security policies / UA_SECURITY_POLICY_NONE = 0, / UA_SECURITY_POLICY_BASIC128RSA15 = 1, / UA_SECURITY_POLICY_BASIC256 = 2, / UA_SECURITY_POLICY_BASIC256SHA256 = 3, / UA_SECURITY_POLICY_AES128_SHA256_RSAOAEP = 4, / UA_SECURITY_POLICY_AES256_SHA256_RSAPSS = 5, / UA_SECURITY_POLICY_ID_MAX = 6

func (*UserTokenType) MutateType

func (rcv *UserTokenType) MutateType(n uint32) bool

/ User token type / UA_USERTOKENTYPE_ANONYMOUS = 0, / UA_USERTOKENTYPE_USERNAME = 1, / UA_USERTOKENTYPE_CERTIFICATE = 2, / UA_USERTOKENTYPE_ISSUEDTOKEN = 3

func (*UserTokenType) PolicyId

func (rcv *UserTokenType) PolicyId() uint32

/ Security policies / UA_SECURITY_POLICY_NONE = 0, / UA_SECURITY_POLICY_BASIC128RSA15 = 1, / UA_SECURITY_POLICY_BASIC256 = 2, / UA_SECURITY_POLICY_BASIC256SHA256 = 3, / UA_SECURITY_POLICY_AES128_SHA256_RSAOAEP = 4, / UA_SECURITY_POLICY_AES256_SHA256_RSAPSS = 5, / UA_SECURITY_POLICY_ID_MAX = 6

func (*UserTokenType) Table

func (rcv *UserTokenType) Table() flatbuffers.Table

func (*UserTokenType) Type

func (rcv *UserTokenType) Type() uint32

/ User token type / UA_USERTOKENTYPE_ANONYMOUS = 0, / UA_USERTOKENTYPE_USERNAME = 1, / UA_USERTOKENTYPE_CERTIFICATE = 2, / UA_USERTOKENTYPE_ISSUEDTOKEN = 3

func (*UserTokenType) UnPack added in v1.1.0

func (rcv *UserTokenType) UnPack() *UserTokenTypeT

func (*UserTokenType) UnPackTo added in v1.1.0

func (rcv *UserTokenType) UnPackTo(t *UserTokenTypeT)

type UserTokenTypeT added in v1.1.0

type UserTokenTypeT struct {
	Type     uint32
	PolicyId uint32
}

func (*UserTokenTypeT) Pack added in v1.1.0

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL