writeTo method

void writeTo(
  1. TeleportObjectWriter scope
)

Implementation

void writeTo(TeleportObjectWriter scope) {
    scope.writeGuidField(fieldIdEnumerationId, teleportGuidToBytes(enumerationId));
    scope.writeGuidField(fieldIdCallId, teleportGuidToBytes(callId));
    scope.writeGuidField(fieldIdInstanceId, teleportGuidToBytes(instanceId));
}