cosfiletransfer_protocolsupport.erl
来自「OTP是开放电信平台的简称」· ERL 代码 · 共 37 行
ERL
37 行
%%------------------------------------------------------------%%%% Implementation stub file%% %% Target: CosFileTransfer_ProtocolSupport%% Source: /ldisk/daily_build/otp_prebuild_r11b.2007-06-11_19/otp_src_R11B-5/lib/cosFileTransfer/src/CosFileTransfer.idl%% IC vsn: 4.2.13%% %% This file is automatically generated. DO NOT EDIT IT.%%%%-------------------------------------------------------------module('CosFileTransfer_ProtocolSupport').-ic_compiled("4_2_13").-include("CosFileTransfer.hrl").-export([tc/0,id/0,name/0]).%% returns type codetc() -> {tk_struct,"IDL:omg.org/CosFileTransfer/ProtocolSupport:1.0", "ProtocolSupport", [{"protocol_name",{tk_string,0}}, {"addresses",{tk_sequence,{tk_string,0},0}}]}.%% returns idid() -> "IDL:omg.org/CosFileTransfer/ProtocolSupport:1.0".%% returns namename() -> "CosFileTransfer_ProtocolSupport".
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?