summaryrefslogtreecommitdiff
path: root/matlab/lib/+Ice/currentProtocolEncoding.m
blob: e6cdea3f297fcaf7164422d356e52d6b2f0c8b9d (plain)
1
2
3
4
5
6
7
8
9
function r = currentProtocolEncoding()
    % currentProtocolEncoding  Returns the encoding version for the Ice protocol.
    %
    % Returns (Ice.EncodingVersion) - The encoding version for the Ice protocol.

    % Copyright (c) ZeroC, Inc. All rights reserved.

    r = IceInternal.Util.callWithResult('Ice_currentProtocolEncoding');
end