mokomoking2501/profinet_master/rpc does not have a README file
pub(all) struct DceHeader {
version : Byte
packet_type : Byte
flags1 : Byte
flags2 : Byte
drep : Bytes
serial_high : Byte
object_uuid : Uuid
interface_uuid : Uuid
activity_uuid : Uuid
server_boot_time : Int
interface_version : Int
sequence_number : Int
opnum : Int
interface_hint : Int
activity_hint : Int
body_length : Int
fragment_number : Int
auth_proto : Byte
serial_low : Byte
} derive(Eq, Debug)pub(all) struct EndpointMapperResponse {
handle : Bytes
object_count : Int
objects : Array[EndpointMapperObject]
return_code : Int
} derive(Eq, Debug)fn encode_endpoint_mapper_lookup_request(activity_uuid : Uuid, sequence_number? : Int, handle? : Bytes) -> Bytes raise FrameErrorfn endpoint_mapper_object_uuid_for_interface(response : EndpointMapperResponse, interface_uuid : Uuid) -> Uuid?let endpoint_mapper_opnum_lookup : Intfn endpoint_mapper_response_matches_interface(response : EndpointMapperResponse, interface_uuid : Uuid) -> Boolfn endpoint_mapper_udp_port_for_interface(response : EndpointMapperResponse, interface_uuid : Uuid) -> Int?let uuid_pnio_device : String