Searched refs:payloadInterfaceIds (Results 1 – 2 of 2) sorted by relevance
117 this.payloadInterfaceIds = null;127 return this.payloadInterfaceIds ? this.payloadInterfaceIds.length : 0;322 this.payloadInterfaceIds = this.message.getPayloadInterfaceIds();323 if (this.payloadInterfaceIds) {324 for (var interfaceId of this.payloadInterfaceIds) {
489 var payloadInterfaceIds = decoder.decodeArrayPointer(Uint32);490 return payloadInterfaceIds;510 Message.prototype.setPayloadInterfaceIds_ = function(payloadInterfaceIds) { argument523 encoder.encodeArray(Uint32, payloadInterfaceIds);